BsonValue Operators and Type Conversions |
The BsonValue type exposes the following members.
Operators| | Name | Description |
|---|
  | Addition(BsonValue, BsonValue) | |
  | Division(BsonValue, BsonValue) | |
  | Equality(BsonValue, BsonValue) | |
  | GreaterThan(BsonValue, BsonValue) | |
  | GreaterThanOrEqual(BsonValue, BsonValue) | |
  | (Boolean to BsonValue) | |
  | (BsonValue to ObjectId) | |
  | (BsonValue to Boolean) | |
  | (BsonValue to Byte) | |
  | (BsonValue to DateTime) | |
  | (BsonValue to Decimal) | |
  | (BsonValue to Double) | |
  | (BsonValue to Guid) | |
  | (BsonValue to Int32) | |
  | (BsonValue to Int64) | |
  | (BsonValue to String) | |
  | (BsonValue to UInt64) | |
  | (Byte to BsonValue) | |
  | (DateTime to BsonValue) | |
  | (Decimal to BsonValue) | |
  | (Double to BsonValue) | |
  | (Guid to BsonValue) | |
  | (Int32 to BsonValue) | |
  | (Int64 to BsonValue) | |
  | (ObjectId to BsonValue) | |
  | (String to BsonValue) | |
  | (UInt64 to BsonValue) | |
  | Inequality(BsonValue, BsonValue) | |
  | LessThan(BsonValue, BsonValue) | |
  | LessThanOrEqual(BsonValue, BsonValue) | |
  | Modulus(BsonValue, BsonValue) | |
  | Multiply(BsonValue, BsonValue) | |
  | Subtraction(BsonValue, BsonValue) | |
Top
See Also