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