Implemented interface member:
method
Equals
System.IEquatable<T>.Equals(T)
11 references to Equals
NuGet.Packaging (1)
Signing\Cms\NativeMethods.cs (1)
340if (!hCryptProvOrhNCryptKey.Equals(IntPtr.Zero)) { NativeMethods.CryptReleaseContext(hCryptProvOrhNCryptKey, 0); }
PresentationFramework (1)
MS\Internal\PtsHost\PtsHost.cs (1)
2426if (pfsFloaterContentOld.Equals(pfsFloaterContentNew))
System.Private.CoreLib (2)
src\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Scalar.cs (1)
1433return ((nint)(object)left).Equals((nint)(object)right);
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs (1)
111return key.Equals(value._methodDictionary);
System.Security.AccessControl (1)
System\Security\AccessControl\Win32.cs (1)
132if (errorCode == Interop.Errors.ERROR_SUCCESS && IntPtr.Zero.Equals(ByteArray))
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (3)
260return methodCall.MethodBase.MethodHandle.Value.Equals(_syncMethod.MethodHandle.Value); 272return methodCall.MethodBase.MethodHandle.Value.Equals(_beginMethod.MethodHandle.Value); 284return methodCall.MethodBase.MethodHandle.Value.Equals(_taskMethod.MethodHandle.Value);
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (1)
1499if (GetFocusedWindow().Equals(hwnd))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
734if (Misc.GetFocusedWindow().Equals(_hwnd))