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