Click or drag to resize

BsonDoubleEquality Operator

Compares two BsonDouble values.

Namespace:  MongoDB.Bson
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public static bool operator ==(
	BsonDouble lhs,
	BsonDouble rhs
)

Parameters

lhs
Type: MongoDB.BsonBsonDouble
The first BsonDouble.
rhs
Type: MongoDB.BsonBsonDouble
The other BsonDouble.

Return Value

Type: Boolean
True if the two BsonDouble values are equal according to ==.
See Also