Operator operator <=
operator <=(ObjectId, ObjectId)
Compares two ObjectIds.
public static bool operator <=(ObjectId lhs, ObjectId rhs)Parameters
Returns
- bool
- True if the first ObjectId is less than or equal to the second ObjectId. 
Compares two ObjectIds.
public static bool operator <=(ObjectId lhs, ObjectId rhs)True if the first ObjectId is less than or equal to the second ObjectId.