RowsContains Method

Indicates whether a particular RowItem is contained in the collection.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public virtual bool Contains(
	Row anItem
)

Parameters

anItem  Row
Reference to the Row object.

Return Value

Boolean
True, if the referenced RowItem is contained in the collection; false otherwise.

See Also