AvaloniaList<T>.

Contains(T) Method

Summary

Tests if the collection contains the specified item.
Namespace
Avalonia.Collections
Containing Type
AvaloniaList<T>

Syntax

public bool Contains(T item)

Parameters

Name Type Description
item T The item.

Return Value

Type Description
bool True if the collection contains the item; otherwise false.