Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Method Contains

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Contains(BsonValue)

Tests whether the array contains a value.

public override bool Contains(BsonValue value)

Parameters

value BsonValue

The value to test for.

Returns

bool

True if the array contains the value.