[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ReadOnlyListWrapper-2.Contains

Contains Method

Contains(TWrapperItem)

Determines whether an element is in the collection.

Declaration
public bool Contains(TWrapperItem item)
Public Function Contains(item As TWrapperItem) As Boolean
Parameters
Type Name Description
TWrapperItem item

The object to locate in the collection.

Returns
Type Description
bool

true if item is found in the collection; otherwise, false.