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