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