Method CompareTo
CompareTo(BsonJavaScriptWithScope)
Compares this BsonJavaScriptWithScope to another BsonJavaScriptWithScope.
Parameters
other
BsonJava Script With Scope The other BsonJavaScriptWithScope.
Returns
- int
A 32-bit signed integer that indicates whether this BsonJavaScriptWithScope is less than, equal to, or greather than the other.
CompareTo(BsonValue)
Compares the BsonJavaScriptWithScope to another BsonValue.
Parameters
other
BsonValue The other BsonValue.
Returns
- int
A 32-bit signed integer that indicates whether this BsonJavaScriptWithScope is less than, equal to, or greather than the other BsonValue.