Table of Contents

Method Contains

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Contains(object)

Return true if the item belongs to this view. No assumptions are made about the item. This method will behave similarly to IList.Contains(). If the caller knows that the item belongs to the underlying collection, it is more efficient to call Filter.

bool Contains(object item)

Parameters

item object

Returns

bool