Table of Contents

Method Contains

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

Contains(object?)

Determines whether the ICollection<T> contains a specific value.

public bool Contains(object? value)

Parameters

value object

Returns

bool

true if item is found in the ICollection<T>; otherwise, false.