Exemplo n.º 1
0
 public int CompareTo(UserList other)
 {
     return(s2CellId.CompareTo(other.s2CellId));
 }