6 references to Equals
PresentationFramework (1)
MS\Internal\PtsHost\PtsHost.cs (1)
2426if (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)
1229return ((nint)(object)left).Equals((nint)(object)right);
System.Windows.Forms.Tests (1)
MaskedTextBoxTests.cs (1)
679bool expectedHandleChanged = alignment != originalAlignment && !handleBefore.Equals(handleAfter);
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (1)
1499if (GetFocusedWindow().Equals(hwnd))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
734if (Misc.GetFocusedWindow().Equals(_hwnd))