Click or drag to resize
FilterStringPasses Method (String)
Returns true if the value passes 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(
	string value
)

Parameters

value
Type: SystemString

Return Value

Type: Boolean
See Also