Esempio n. 1
0
 public int CompareTo(ILocation other)
 {
     return(LocationHelper.DoCompareTo((ILocation)this, other));
 }