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