Example #1
0
 public int CompareTo(Property other)
 {
     return(mKey.CompareTo(other.mKey));
 }