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