Click or drag to resize
BroccoliSharp BroSetContains Method (BroValue)
Determines whether this BroSet contains specified value.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public bool Contains(
	BroValue value
)

Parameters

value
Type: BroccoliSharpBroValue
The BroValue to locate in this BroSet.

Return Value

Type: Boolean
true if value is found in this BroSet; otherwise, false.

Implements

ICollectionTContains(T)
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot execute contains, BroSet is disposed.
See Also