Operator operator !=
operator !=(BsonUndefined, BsonUndefined)
Compares two BsonUndefined values.
Parameters
lhs
BsonUndefined The first BsonUndefined.
rhs
BsonUndefined The other BsonUndefined.
Returns
- bool
True if the two BsonUndefined values are not equal according to ==.