Base:
method
Equals
System.Reflection.MemberInfo.Equals(System.Object)
3 overrides of Equals
System.Private.CoreLib (1)
System\Reflection\Runtime\FieldInfos\RuntimeFieldInfo.cs (1)
178public abstract 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\runtime\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);