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