Implemented interface member:
method
Equals
System.IEquatable<T>.Equals(T)
3 references to Equals
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (2)
1671
if (handle.
Equals
(entry._value))
1744
if (handle.
Equals
(entry._value))
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\GCHandle.cs (1)
171
public override readonly bool Equals([NotNullWhen(true)] object? o) => o is GCHandle other &&
Equals
(other);