Click or drag to resize
FilterBoolPasses Method
Returns true if the value passes the filter.

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

Parameters

value
Type: SystemNullableBoolean

Return Value

Type: Boolean
See Also