Operator operator ==
operator ==(BsonDateTime, BsonDateTime)
Compares two BsonDateTime values.
Parameters
lhs
BsonDate Time The first BsonDateTime.
rhs
BsonDate Time The other BsonDateTime.
Returns
- bool
True if the two BsonDateTime values are equal according to ==.