Method Remove
Remove(BsonValue)
Removes the first occurrence of a value from the array.
Parameters
value
BsonValue The value to remove.
Returns
- bool
True if the value was removed.
Removes the first occurrence of a value from the array.
value
BsonThe value to remove.
True if the value was removed.