Operator operator < NamespaceMongoDB.Bson AssemblyMongoDB.Bson.dll operator <(BsonValue, BsonValue) Compares two BsonValues. public static bool operator <(BsonValue lhs, BsonValue rhs) Parameters lhs BsonValue The first BsonValue. rhs BsonValue The other BsonValue. Returns bool True if the first BsonValue is less than the other one.