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