| BsonInt32 Operators and Type Conversions | 
The BsonInt32 type exposes the following members.
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | 
            Compares two BsonInt32 values.
             | 
|   | (Int32 to BsonInt32) | 
            Converts an int to a BsonInt32.
             | 
|   | Inequality | 
            Compares two BsonInt32 values.
             | 
 See Also
See Also