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