NaturalComparer<T>| Type parameters: | |
| T | |
| Constraints: | |
| T : System.IComparable<T> |
System.Collections.Generic.IComparer<T>objectNaturalComparer<T>()Compare(T item1, T item2)
,Equals(object obj), Inherited from object
,Finalize(), Inherited from object
,GetHashCode(), Inherited from object
,GetType(), Inherited from object
,MemberwiseClone(), Inherited from object
,ToString(), Inherited from objectNaturalComparer<T>() |
F int Compare(T item1, T item2) |
Compare two items
|