Click or drag to resize

BsonInt32Equality Operator

Compares two BsonInt32 values.

Namespace:  MongoDB.Bson
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
Syntax
public static bool operator ==(
	BsonInt32 lhs,
	BsonInt32 rhs
)

Parameters

lhs
Type: MongoDB.BsonBsonInt32
The first BsonInt32.
rhs
Type: MongoDB.BsonBsonInt32
The other BsonInt32.

Return Value

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