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