示例#1
0
 public int CompareTo(DataJson other)
 {
     if (ReferenceEquals(other, null))
     {
         return(1);
     }
     return(User_id.CompareTo(other.User_id));
 }