Table of Contents

Method Equals

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Equals(BsonMinKey)

Compares this BsonMinKey to another BsonMinKey.

public bool Equals(BsonMinKey rhs)

Parameters

rhs BsonMinKey

The other BsonMinKey.

Returns

bool

True if the two BsonMinKey values are equal.

Equals(object)

Compares this BsonMinKey to another object.

public override bool Equals(object obj)

Parameters

obj object

The other object.

Returns

bool

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