Implemented interface member:
method
CompareTo
System.IComparable<T>.CompareTo(T)
4 references to CompareTo
PresentationCore (2)
Core\CSharp\System\Windows\Media\PixelFormat.cs (2)
838if (pixelFormatGuid.CompareTo(WICPixelFormatPhotonFirst) >= 0 && 839pixelFormatGuid.CompareTo(WICPixelFormatPhotonLast) <= 0)
System.Data (1)
fx\src\data\System\Data\Filter\BinaryNode.cs (1)
165return ((Guid)vLeft).CompareTo((Guid) vRight);
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstanceKey.cs (1)
119if (value.CompareTo(Guid.Empty) == 0)