Implemented interface member:
method
Equals
System.IEquatable<T>.Equals(T)
5 references to Equals
PresentationFramework (1)
MS\Internal\PtsHost\PtsHost.cs (1)
2449if (pfsFloaterContentOld.Equals(pfsFloaterContentNew))
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
88public override bool Equals([NotNullWhen(true)] object? obj) => (obj is nint other) && Equals(other);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Scalar.cs (1)
865return ((nint)(object)left).Equals((nint)(object)right);
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (1)
1514if (GetFocusedWindow().Equals(hwnd))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
747if (Misc.GetFocusedWindow().Equals(_hwnd))