Table of Contents

Method Equals

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

Equals(MethodBase?, MethodBase?)

Determines whether the specified objects are equal.
public bool Equals(MethodBase? x, MethodBase? y)

Parameters

x MethodBase
The first object of type T to compare.
y MethodBase
The second object of type T to compare.

Returns

bool
true if the specified objects are equal; otherwise, false.