Example #1
0
 int IComparable <Unit> .CompareTo(Unit otherUnit)
 {
     return(UnitNumber.CompareTo(otherUnit.UnitNumber));
 }