StylesContains Method

Determines whether the ICollectionT contains a specific value.

Definition

Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Contains(
	IStyle item
)

Parameters

item  IStyle
The object to locate in the ICollectionT.

Return Value

Boolean
if item is found in the ICollectionT; otherwise, .

Implements

ICollectionTContains(T)

See Also