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