| BsonDocumentContainsValue Method  | 
 
            Tests whether the document contains an element with the specified value.
            
 
    Namespace: 
   MongoDB.Bson
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
 Syntax
Syntaxpublic virtual bool ContainsValue(
	BsonValue value
)
Public Overridable Function ContainsValue ( 
	value As BsonValue
) As Boolean
abstract ContainsValue : 
        value : BsonValue -> bool 
override ContainsValue : 
        value : BsonValue -> bool Parameters
- value
- Type: MongoDB.BsonBsonValue
 The value of the element to look for.
Return Value
Type: 
BooleanTrue if the document contains an element with the specified value.
 See Also
See Also