Click or drag to resize
FilterRangeTPasses Method
Returns true if the value is within the bounds set by 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<T> value
)

Parameters

value
Type: SystemNullableT

Return Value

Type: Boolean
See Also