RowsContains Method
Indicates whether a particular
RowItem is contained in the collection.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public virtual bool Contains(
Row anItem
)
Public Overridable Function Contains (
anItem As Row
) As Boolean
- anItem Row
- Reference to the Row object.
BooleanTrue, if the referenced
RowItem is contained in the collection; false otherwise.