Method Equals
Equals(MethodBase?, MethodBase?)
Determines whether the specified objects are equal.
public bool Equals(MethodBase? x, MethodBase? y)
Parameters
xMethodBase- The first object of type
Tto compare. yMethodBase- The second object of type
Tto compare.