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