Determines whether a SmartTileBackgroundState object is in the list.

Namespace: Ico.Windows.Controls
Assembly: IcoSmartTile (in IcoSmartTile.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool Contains(
	SmartTileBackgroundState value
)
Visual Basic
Public Function Contains ( _
	value As SmartTileBackgroundState _
) As Boolean
JScript
public final function Contains(
	value : SmartTileBackgroundState
) : boolean

Parameters

value
Type: Ico.Windows.Controls..::..SmartTileBackgroundState
The SmartTileBackgroundState object to locate in the list.

Return Value

True if item is found in the list; otherwise, false.

Implements

ICollection<(Of <(<'T>)>)>..::..Contains(T)

See Also