Table of Contents

Operator operator !=

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

operator !=(Decimal128, Decimal128)

Implements the operator !=.

public static bool operator !=(Decimal128 lhs, Decimal128 rhs)

Parameters

lhs Decimal128

The LHS.

rhs Decimal128

The RHS.

Returns

bool

The result of the operator.