Base:
method
Equals
System.Reflection.MethodInfo.Equals(System.Object)
4 overrides of Equals
System.Private.CoreLib (4)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
57
public sealed override bool
Equals
(object obj)
System\Reflection\Runtime\MethodInfos\RuntimeDummyMethodInfo.cs (1)
20
public sealed override bool
Equals
(object obj) => object.ReferenceEquals(this, obj);
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
212
public sealed override bool
Equals
(object obj)
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
65
public sealed override bool
Equals
(object obj)
2 references to Equals
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
61
if (!_genericMethodDefinition.
Equals
(other._genericMethodDefinition))
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeGenericParameterTypeInfoForMethods.UnificationKey.cs (1)
48
if (!MethodOwner.
Equals
(other.MethodOwner))