Class BsonMaxKey
Represents the BSON MaxKey value.
[Serializable]
public class BsonMaxKey : BsonValue, IComparable<BsonValue>, IConvertible, IEquatable<BsonValue>, IComparable<BsonMaxKey>, IEquatable<BsonMaxKey>
- Inheritance
-
Bson
Max Key
- Implements
- Inherited Members
- Extension Methods
Properties
- Bson
Type Gets the BsonType of this BsonValue.
- Value
Gets the singleton instance of BsonMaxKey.
Methods
- Compare
To(Bson Max Key) Compares this BsonMaxKey to another BsonMaxKey.
- Compare
To(Bson Value) Compares the BsonMaxKey to another BsonValue.
- Equals(Bson
Max Key) Compares this BsonMaxKey to another BsonMaxKey.
- Equals(object)
Compares this BsonMaxKey to another object.
- Get
Hash Code() Gets the hash code.
- To
String() Returns a string representation of the value.
Operators
- operator ==(Bson
Max Key, Bson Max Key) Compares two BsonMaxKey values.
- operator !=(Bson
Max Key, Bson Max Key) Compares two BsonMaxKey values.