Spread Windows Forms 12.0 Product Documentation
Contains Method (BaseKeyCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > BaseKeyCollection Class : Contains Method
The System.Object to locate in the BaseKeyCollection.
Determines whether an element is contained in the BaseKeyCollection.
Syntax
'Declaration
 
Public Overridable Function Contains( _
   ByVal value As Object _
) As Boolean
'Usage
 
Dim instance As BaseKeyCollection
Dim value As Object
Dim value As Boolean
 
value = instance.Contains(value)
public virtual bool Contains( 
   object value
)

Parameters

value
The System.Object to locate in the BaseKeyCollection.

Return Value

true if item is found in the BaseKeyCollection; otherwise, false.
See Also

Reference

BaseKeyCollection Class
BaseKeyCollection Members