Base:
method
Equals
System.Reflection.MemberInfo.Equals(System.Object)
5 overrides of Equals
System.Private.CoreLib (1)
src\System\Reflection\RuntimePropertyInfo.cs (1)
185public override bool Equals(object? obj) =>
System.Reflection.Context (3)
System\Reflection\Context\Projection\ProjectingPropertyInfo.cs (1)
93public override bool Equals([NotNullWhen(true)] object? o)
System\Reflection\Context\Virtual\InheritedPropertyInfo.cs (1)
54public override bool Equals([NotNullWhen(true)] object? o)
System\Reflection\Context\Virtual\VirtualPropertyBase.cs (1)
176public override bool Equals(object? obj)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Properties\RoProperty.cs (1)
27public abstract override bool Equals(object? obj);
3 references to Equals
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\PropertyInfo.cs (1)
78return left is not null && left.Equals(right);
System.Reflection.Context (2)
System\Reflection\Context\Projection\ProjectingPropertyInfo.cs (1)
97UnderlyingProperty.Equals(other.UnderlyingProperty);
System\Reflection\Context\Virtual\InheritedPropertyInfo.cs (1)
57UnderlyingProperty.Equals(other.UnderlyingProperty) &&