Class ObjectComparer
Inheritance
System.Object
System.Collections.Generic.Comparer<System.Object>
ObjectComparer
Implements
System.Collections.Generic.IComparer<System.Object>
System.Collections.IComparer
Inherited Members
System.Collections.Generic.Comparer<System.Object>.Create(System.Comparison<System.Object>)
System.Collections.Generic.Comparer<System.Object>.System.Collections.IComparer.Compare(System.Object, System.Object)
System.Collections.Generic.Comparer<System.Object>.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 ObjectComparer : Comparer<object>, IComparer<object>, IComparer
Methods
| Improve this Doc View SourceCompare(Object, Object)
Declaration
public override int Compare(object x, object y)
Parameters
Type | Name | Description |
---|---|---|
System.Object | x | |
System.Object | y |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Collections.Generic.Comparer<System.Object>.Compare(System.Object, System.Object)
Implements
System.Collections.Generic.IComparer<T>
System.Collections.IComparer