C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / ValueIntervalCollection Class / Contains Method
The ValueInterval to locate in the collection.

In This Topic
Contains Method (ValueIntervalCollection)
In This Topic
Returns True if the collection contains the specific value interval, False otherwise.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal vi As ValueInterval _
) As Boolean
 

Parameters

vi
The ValueInterval to locate in the collection.
See Also