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