Method Equals
Equals(BsonJavaScriptWithScope)
Compares this BsonJavaScriptWithScope to another BsonJavaScriptWithScope.
public bool Equals(BsonJavaScriptWithScope rhs)
Parameters
rhsBsonJavaScriptWithScopeThe 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
objobjectThe other object.
Returns
- bool
True if the other object is a BsonJavaScriptWithScope and equal to this one.