Table of Contents

Operator operator ==

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

operator ==(BsonInt32, BsonInt32)

Compares two BsonInt32 values.

public static bool operator ==(BsonInt32 lhs, BsonInt32 rhs)

Parameters

lhs BsonInt32

The first BsonInt32.

rhs BsonInt32

The other BsonInt32.

Returns

bool

True if the two BsonInt32 values are equal according to ==.