Struct BsonElement
Represents a BSON element.
- Implements
- Inherited Members
- Extension Methods
Constructors
- Bson
Element(string, Bson Value) Initializes a new instance of the BsonElement class.
Properties
- Name
Gets the name of the element.
- Value
Gets or sets the value of the element.
Methods
- Clone()
Creates a shallow clone of the element (see also DeepClone).
- Compare
To(Bson Element) Compares this BsonElement to another BsonElement.
- Deep
Clone() Creates a deep clone of the element (see also Clone).
- Equals(Bson
Element) Compares this BsonElement to another BsonElement.
- Equals(object)
Compares this BsonElement to another object.
- Get
Hash Code() Gets the hash code.
- To
String() Returns a string representation of the value.
Operators
- operator ==(Bson
Element, Bson Element) Compares two BsonElements.
- operator !=(Bson
Element, Bson Element) Compares two BsonElements.