Table of Contents

Method OperatorEqualsImplementation

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

OperatorEqualsImplementation(BsonValue)

Compares this BsonInt32 against another BsonValue.

protected override bool OperatorEqualsImplementation(BsonValue rhs)

Parameters

rhs BsonValue

The other BsonValue.

Returns

bool

True if this BsonInt64 and the other BsonValue are equal according to ==.