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