Method Equals
Equals(BsonRegularExpression)
Compares this BsonRegularExpression to another BsonRegularExpression.
Parameters
rhs
BsonRegular Expression The other BsonRegularExpression.
Returns
- bool
True if the two BsonRegularExpression values are equal.
Equals(object)
Compares this BsonRegularExpression to another object.
Parameters
obj
objectThe other object.
Returns
- bool
True if the other object is a BsonRegularExpression and equal to this one.