[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.Contains

Contains Method

Contains(T)

Gets a value that indicates whether the collection contains the specified T.

Declaration
public bool Contains(T value)
Public Function Contains(value As T) As Boolean
Parameters
Type Name Description
T value

The T to search for in the collection.

Returns
Type Description
bool

true if the collection contains the specified object; otherwise, false.