NaturalComparerO<T>| Type parameters: | |
| T | |
| Constraints: | |
| T : System.IComparable |
System.Collections.Generic.IComparer<T>objectNaturalComparerO<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 objectNaturalComparerO<T>() |
F int Compare(T item1, T item2) |
Compare two items
|