Table of Contents

Method Equals

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Equals(BsonDouble)

Compares this BsonDouble to another BsonDouble.

public bool Equals(BsonDouble rhs)

Parameters

rhs BsonDouble

The other BsonDouble.

Returns

bool

True if the two BsonDouble values are equal.

Equals(object)

Compares this BsonValue to another object.

public override bool Equals(object obj)

Parameters

obj object

The other object.

Returns

bool

True if the other object is a BsonValue and equal to this one.