Method Contains
Contains(BsonValue)
Tests whether the array contains a value.
public virtual bool Contains(BsonValue value)
Parameters
value
BsonValueThe value to test for.
Returns
- bool
True if the array contains the value.
Tests whether the array contains a value.
public virtual bool Contains(BsonValue value)
value
BsonValueThe value to test for.
True if the array contains the value.