Determines whether an element is in the collection.

Namespace:  PerpetuumSoft.Framework.Model
Assembly:  PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1

Syntax

C#
public bool Contains(
	IElement value
)
Visual Basic (Declaration)
Public Function Contains ( _
	value As IElement _
) As Boolean
Visual C++
public:
bool Contains(
	IElement^ value
)

See Also