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