Returns true if given Aspect exists within the list of Aspects

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public bool Contains(
	IAspect item
)
Visual Basic (Declaration)
Public Function Contains ( _
	item As IAspect _
) As Boolean

Parameters

item
Type: Gaia.WebWidgets..::.IAspect
item to query for

Return Value

true of item exists in the list of Aspects

Implements

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

See Also