Table of Contents

Method Equals

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Equals(BsonDecimal128)

Compares this BsonDecimal128 to another BsonDecimal128.

public bool Equals(BsonDecimal128 rhs)

Parameters

rhs BsonDecimal128

The other BsonDecimal128.

Returns

bool

True if the two BsonDecimal128 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.