Base:
method
Equals
System.ValueType.Equals(System.Object)
17 references to Equals
mscorlib (5)
system\reflection\customattribute.cs (1)
1828if (!blobStart.Equals(blobEnd))
system\rttype.cs (1)
2735return m.m_handle.Equals(m_handle);
system\runtime\remoting\realproxy.cs (2)
305if(iVal.Equals(_defaultStubValue)) 331if(iVal.Equals(Thread.CurrentContext.InternalContextID))
system\security\accesscontrol\win32.cs (1)
163if ( errorCode == Win32Native.ERROR_SUCCESS && IntPtr.Zero.Equals(ByteArray) )
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\PtsHost.cs (1)
2555if (pfsFloaterContentOld.Equals(pfsFloaterContentNew))
System (1)
parent\parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
745if (ZNullPtr.Equals(zStreamPtr->msg))
System.Net (1)
net\PeerToPeer\Collaboration\ContactManager.cs (1)
1354if (!safeContact.DangerousGetHandle().Equals(IntPtr.Zero)){
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (1)
1525if (GetFocusedWindow().Equals(hwnd))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
756if (Misc.GetFocusedWindow().Equals(_hwnd))
WindowsBase (6)
Base\MS\Internal\Security\RightsManagement\SafeRightsManagementEnvironmentHandle.cs (1)
77return this.handle.Equals(IntPtr.Zero);
Base\MS\Internal\Security\RightsManagement\SafeRightsManagementHandle.cs (1)
77return this.handle.Equals(IntPtr.Zero);
Base\MS\Internal\Security\RightsManagement\SafeRightsManagementPubHandle.cs (1)
77return this.handle.Equals(IntPtr.Zero);
Base\MS\Internal\Security\RightsManagement\SafeRightsManagementQueryHandle.cs (1)
77return this.handle.Equals(IntPtr.Zero);
Base\MS\Internal\Security\RightsManagement\SafeRightsManagementSessionHandle.cs (1)
77return this.handle.Equals(IntPtr.Zero);
parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
745if (ZNullPtr.Equals(zStreamPtr->msg))
WsatUI (1)
MMCUI\ACLWrapper.cs (1)
295if (pSecurityDescriptorFromUI.Equals(IntPtr.Zero))