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