ComponentOne Input for WinForms
Contains Method (ValueIntervalCollection)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > ValueIntervalCollection Class : Contains Method
The ValueInterval to locate in the collection.
Returns True if the collection contains the specific value interval, False otherwise.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal vi As ValueInterval _
) As System.Boolean
public System.bool Contains( 
   ValueInterval vi
)

Parameters

vi
The ValueInterval to locate in the collection.
See Also

Reference

ValueIntervalCollection Class
ValueIntervalCollection Members