Npgsql Api Docs

BitString.Contains Method 

True if there is at least one bit with the value looked for.

[Visual Basic]
NotOverridable Public Function Contains( _
   ByVal item As Boolean _
) As Boolean _
    Implements ICollection`1.Contains
[C#]
public bool Contains(
   bool item
);

Parameters

item
The value - true or false - to detect.

Return Value

True if at least one bit was the same as item, false otherwise.

Implements

ICollection`1.Contains

See Also

BitString Class | NpgsqlTypes Namespace