Table of Contents

Operator operator !=

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

operator !=(BsonMinKey, BsonMinKey)

Compares two BsonMinKey values.

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

Parameters

lhs BsonMinKey

The first BsonMinKey.

rhs BsonMinKey

The other BsonMinKey.

Returns

bool

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