Пример #1
0
 public int Compare_ReferenceType(Orderable ALhs, Orderable ARhs)
 => WeakOrdering.Compare(ALhs, ARhs);
Пример #2
0
 public int Compare_ValueType(int ALhs, int ARhs)
 => WeakOrdering.Compare(ALhs, ARhs);