Exemplo n.º 1
0
 public int CompareTo(BsonValue other)
 {
     return(BsonObjectId.CompareTo(other));
 }
Exemplo n.º 2
0
 public int CompareTo(MongoObjectId other)
 {
     return(BsonObjectId.CompareTo(other.BsonObjectId));
 }