ComponentOne MultiSelect for WinForms
Contains Method (ValueIntervalCollection)

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 Boolean
public bool Contains( 
   ValueInterval vi
)

Parameters

vi
The ValueInterval to locate in the collection.
See Also

Reference

ValueIntervalCollection Class
ValueIntervalCollection Members