Table of Contents

Method Contains

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains(object?)

Determines whether the IList contains a specific value.

public override bool Contains(object? value)

Parameters

value object

The object to locate in the IList.

Returns

bool

true if the object is found in the IList; otherwise, false.