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