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