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().

public override bool Contains(object item)

Parameters

item object

Returns

bool