BsonDoubleOperatorEqualsImplementation Method |
Compares this BsonDouble against another BsonValue.
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax protected override bool OperatorEqualsImplementation(
BsonValue rhs
)
Protected Overrides Function OperatorEqualsImplementation (
rhs As BsonValue
) As Boolean
abstract OperatorEqualsImplementation :
rhs : BsonValue -> bool
override OperatorEqualsImplementation :
rhs : BsonValue -> bool
Parameters
- rhs
- Type: MongoDB.BsonBsonValue
The other BsonValue.
Return Value
Type:
BooleanTrue if this BsonDouble and the other BsonValue are equal according to ==.
See Also