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