Beispiel #1
0
 public static int IsHigher(Leaf lhs, Leaf rhs)
 {
     return(lhs.m_coord.Y.CompareTo(rhs.m_coord.Y));
 }