FilterStringPasses Method (IEnumerableString) |
Returns true if any of the values pass the filter. Note that all comparisons are case insensitive.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Passes(
IEnumerable<string> value
)
Public Function Passes (
value As IEnumerable(Of String)
) As Boolean
public:
bool Passes(
IEnumerable<String^>^ value
)
member Passes :
value : IEnumerable<string> -> bool
Parameters
- value
- Type: System.Collections.GenericIEnumerableString
Return Value
Type:
BooleanSee Also