Table of Contents

Method Equals

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Equals(BsonMaxKey)

Compares this BsonMaxKey to another BsonMaxKey.

public bool Equals(BsonMaxKey rhs)

Parameters

rhs BsonMaxKey

The other BsonMaxKey.

Returns

bool

True if the two BsonMaxKey values are equal.

Equals(object)

Compares this BsonMaxKey to another object.

public override bool Equals(object obj)

Parameters

obj object

The other object.

Returns

bool

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