Class BsonSymbol
Represents a BSON symbol value.
public class BsonSymbol : BsonValue, IComparable<BsonValue>, IConvertible, IEquatable<BsonValue>, IComparable<BsonSymbol>, IEquatable<BsonSymbol>
- Inheritance
-
Bson
Symbol
- Implements
- Inherited Members
- Extension Methods
Properties
- Bson
Type Gets the BsonType of this BsonValue.
- Name
Gets the name of the symbol.
Methods
- Compare
To(Bson Symbol) Compares this BsonSymbol to another BsonSymbol.
- Compare
To(Bson Value) Compares the BsonSymbol to another BsonValue.
- Create(object)
Creates a new BsonSymbol.
- Equals(Bson
Symbol) Compares this BsonSymbol to another BsonSymbol.
- Equals(object)
Compares this BsonSymbol to another object.
- Get
Hash Code() Gets the hash code.
- To
String() Returns a string representation of the value.
Operators
- operator ==(Bson
Symbol, Bson Symbol) Compares two BsonSymbol values.
- implicit operator Bson
Symbol(string) Converts a string to a BsonSymbol.
- operator !=(Bson
Symbol, Bson Symbol) Compares two BsonSymbol values.