STuple<T1, T2, T3>.Comparer

Namespace: SnowBank.Data.Tuples · class

Implements: IComparer<STuple<T1, T2, T3>>

Properties

Default

static Comparer Default { get; }

Methods

Compare

int Compare(STuple<T1, T2, T3> x, STuple<T1, T2, T3> y)

static int Compare(in STuple<T1, T2, T3> x, in STuple<T1, T2, T3> y)

static int Compare(in STuple<T1, T2, T3> x, in (T1, T2, T3) y)