Table of Contents

Class BsonMaxKey

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Represents the BSON MaxKey value.

[Serializable]
public class BsonMaxKey : BsonValue, IComparable<BsonValue>, IConvertible, IEquatable<BsonValue>, IComparable<BsonMaxKey>, IEquatable<BsonMaxKey>
Inheritance
BsonMaxKey
Implements
Inherited Members
Extension Methods

Properties

BsonType

Gets the BsonType of this BsonValue.

Value

Gets the singleton instance of BsonMaxKey.

Methods

CompareTo(BsonMaxKey)

Compares this BsonMaxKey to another BsonMaxKey.

CompareTo(BsonValue)

Compares the BsonMaxKey to another BsonValue.

Equals(BsonMaxKey)

Compares this BsonMaxKey to another BsonMaxKey.

Equals(object)

Compares this BsonMaxKey to another object.

GetHashCode()

Gets the hash code.

ToString()

Returns a string representation of the value.

Operators

operator ==(BsonMaxKey, BsonMaxKey)

Compares two BsonMaxKey values.

operator !=(BsonMaxKey, BsonMaxKey)

Compares two BsonMaxKey values.