Table of Contents

Operator operator >=

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

operator >=(Decimal128, Decimal128)

Returns a value indicating whether a specified Decimal128 is greater than or equal to another 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.