BsonElementEquals Method (BsonElement) |
Compares this BsonElement to another BsonElement.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
Syntax public bool Equals(
BsonElement rhs
)
Public Function Equals (
rhs As BsonElement
) As Boolean
abstract Equals :
rhs : BsonElement -> bool
override Equals :
rhs : BsonElement -> bool
Parameters
- rhs
- Type: MongoDB.BsonBsonElement
The other BsonElement.
Return Value
Type:
BooleanTrue if the two BsonElement values are equal.
Implements
IEquatableTEquals(T)See Also