Operator operator <
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Bson.dll
operator <(Decimal128, Decimal128)
Returns a value indicating whether a specified Decimal128 is less than another specified Decimal128.
public static bool operator <(Decimal128 x, Decimal128 y)
Parameters
The first value.
The second value.
Returns
true if x < y; otherwise, false.