Table of Contents

Operator operator !=

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

operator !=(BsonInt64, BsonInt64)

Compares two BsonInt64 values.

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

Parameters

lhs BsonInt64

The first BsonInt64.

rhs BsonInt64

The other BsonInt64.

Returns

bool

True if the two BsonInt64 values are not equal according to ==.