Method Equals
Equals(BsonDateTime)
Compares this BsonDateTime to another BsonDateTime.
Parameters
rhs
BsonDate Time The other BsonDateTime.
Returns
- bool
True if the two BsonDateTime values are equal.
Equals(object)
Compares this BsonDateTime to another object.
Parameters
obj
objectThe other object.
Returns
- bool
True if the other object is a BsonDateTime and equal to this one.