Returns true if given Aspect exists within the list of Aspects
Namespace:
Gaia.WebWidgetsAssembly: 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
