Operator operator >

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Bson

Assembly

MongoDB.Bson.dll

operator >(Decimal128, Decimal128)

Returns a value indicating whether a specified Decimal128 is greater than another specified Decimal128.

public static bool operator >(Decimal128 x, Decimal128 y)

Parameters

x Decimal128

The first value.

y Decimal128

The second value.

Returns

bool

true if x > y; otherwise, false.