Table of Contents

Method OperatorEqualsImplementation

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

OperatorEqualsImplementation(BsonValue)

Implementation of operator ==.

protected override bool OperatorEqualsImplementation(BsonValue rhs)

Parameters

rhs BsonValue

The other BsonValue.

Returns

bool

True if the two BsonValues are equal according to ==.