Operator operator ==
operator ==(BsonUndefined, BsonUndefined)
Compares two BsonUndefined values.
public static bool operator ==(BsonUndefined lhs, BsonUndefined rhs)
Parameters
lhs
BsonUndefinedThe first BsonUndefined.
rhs
BsonUndefinedThe other BsonUndefined.
Returns
- bool
True if the two BsonUndefined values are equal according to ==.