Click or drag to resize
FilterStringPasses Method (IEnumerableString)
Returns true if any of the values pass the filter. Note that all comparisons are case insensitive.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Passes(
	IEnumerable<string> value
)

Parameters

value
Type: System.Collections.GenericIEnumerableString

Return Value

Type: Boolean
See Also