Base:
method
Equals
System.Reflection.MemberInfo.Equals(System.Object)
4 overrides of Equals
System.Private.CoreLib (2)
src\System\Reflection\MdFieldInfo.cs (1)
47public override bool Equals(object? obj) =>
src\System\Reflection\RtFieldInfo.cs (1)
69public override bool Equals(object? obj) =>
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingFieldInfo.cs (1)
73public override bool Equals([NotNullWhen(true)] object? o)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Fields\RoField.cs (1)
28public abstract override bool Equals(object? obj);
2 references to Equals
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\FieldInfo.cs (1)
59return left is not null && left.Equals(right);
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingFieldInfo.cs (1)
77UnderlyingField.Equals(other.UnderlyingField);