Table of Contents

Operator operator !=

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

operator !=(BsonUndefined, BsonUndefined)

Compares two BsonUndefined values.

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

Parameters

lhs BsonUndefined

The first BsonUndefined.

rhs BsonUndefined

The other BsonUndefined.

Returns

bool

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