Click or drag to resize
BroccoliSharp BroSetContains Method (Object, BroType, String)
Determines whether this BroSet contains specified value of type.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public bool Contains(
	Object value,
	BroType type,
	string typeName = null
)

Parameters

value
Type: SystemObject
The value to locate in this BroSet.
type
Type: BroccoliSharpBroType
The BroType of the value.
typeName (Optional)
Type: SystemString
Optional name of specialized type of value.

Return Value

Type: Boolean
true if value is found in this BroSet; otherwise, false.
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot execute contains, BroSet is disposed.
See Also