Class GuidComparer
Inheritance
System.Object
System.Collections.Generic.Comparer<System.Guid>
GuidComparer
Implements
System.Collections.Generic.IComparer<System.Guid>
System.Collections.IComparer
Inherited Members
System.Collections.Generic.Comparer<System.Guid>.Create(System.Comparison<System.Guid>)
System.Collections.Generic.Comparer<System.Guid>.System.Collections.IComparer.Compare(System.Object, System.Object)
System.Collections.Generic.Comparer<System.Guid>.Default
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.Core_Plugs.System.Collections.Generic
Assembly: Cosmos.Core_Plugs.dll
Syntax
public class GuidComparer : Comparer<Guid>, IComparer<Guid>, IComparer
Methods
| Improve this Doc View SourceCompare(Guid, Guid)
Declaration
public override int Compare(Guid x, Guid y)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | x | |
System.Guid | y |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Collections.Generic.Comparer<System.Guid>.Compare(System.Guid, System.Guid)
Implements
System.Collections.Generic.IComparer<T>
System.Collections.IComparer