Esempio n. 1
0
 public int Compare_ReferenceType(Orderable ALhs, Orderable ARhs)
 => WeakOrdering.Compare(ALhs, ARhs);
Esempio n. 2
0
 public int Compare_ValueType(int ALhs, int ARhs)
 => WeakOrdering.Compare(ALhs, ARhs);