STuple<T1, T2, T3, T4, T5>.Comparer
Namespace: SnowBank.Data.Tuples · class
Implements: IComparer<STuple<T1, T2, T3, T4, T5>>
Properties
Default
static Comparer Default { get; }
Methods
Compare
int Compare(STuple<T1, T2, T3, T4, T5> x, STuple<T1, T2, T3, T4, T5> y)
static int Compare(in STuple<T1, T2, T3, T4, T5> x, in STuple<T1, T2, T3, T4, T5> y)
static int Compare(in STuple<T1, T2, T3, T4, T5> x, in (T1, T2, T3, T4, T5) y)