Method Equals
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.