Implemented interface member:
method
CompareTo
System.IComparable<T>.CompareTo(T)
10 references to CompareTo
System (2)
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (1)
457if (instanceNames.Length == 1 && instanceNames[0].CompareTo(PerformanceCounterLib.SingleInstanceName) == 0)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
919if (machineName.CompareTo(".") == 0)
System.Messaging (2)
System\Messaging\MessageQueue.cs (1)
3324if (machine.CompareTo(".") == 0)
System\Messaging\MessageQueueEnumerator.cs (1)
186if (this.criteria.MachineName.CompareTo(".") == 0)
System.Runtime.Serialization (1)
System\Xml\PrefixHandle.cs (1)
175return GetString().CompareTo(that.GetString());
System.ServiceModel (2)
System\ServiceModel\Channels\DirectionalAction.cs (1)
66return this.action.CompareTo(other.action);
System\ServiceModel\Dispatcher\MessageFilterTable.cs (1)
623return x.table.GetType().FullName.CompareTo(y.table.GetType().FullName);
System.Workflow.Activities (1)
Rules\Executor.cs (1)
308compare = -other.Rule.Name.CompareTo(Rule.Name);
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
1907if (ProxyManager.GetClassName(hwnd).CompareTo("Progman") == 0)
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
887if (GetClassName(hwnd).CompareTo("Progman") == 0)