Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Method OperatorEqualsImplementation

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

OperatorEqualsImplementation(BsonValue)

Implementation of operator ==.

protected virtual bool OperatorEqualsImplementation(BsonValue rhs)

Parameters

rhs BsonValue

The other BsonValue.

Returns

bool

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