BsonValueEquals Method (Object) |
Compares this BsonValue to another object.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax public abstract bool Equals(
Object obj
)
Public MustOverride Function Equals (
obj As Object
) As Boolean
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
The other object.
Return Value
Type:
BooleanTrue if the other object is a BsonValue and equal to this one.
See Also