Namespace: | Sirenix.Serialization |
Assembly: | Sirenix.Serialization |
public class KeyComparer<T> : IComparer<T>
public KeyComparer()
public static readonly DictionaryKeyUtility.KeyComparer<T> Default
public int Compare(T x, T y)
T | x | Not yet documented. |
T | y | Not yet documented. |
System.Int32 | Not yet documented. |