[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpScrollBarButtonCollection.Contains

Contains Method

Contains(object)

Determines whether the IList contains a specific value.

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

The object to locate in the IList

Returns
Type Description
bool

true if the object is found in the IList; otherwise, false

Implements