Returns trueTruetruetrue (True in Visual Basic) if this set contains the specified element.
Namespace: Iesi.CollectionsAssembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)
Syntax
C# |
---|
bool Contains( Object o ) |
Visual Basic |
---|
Function Contains ( _ o As Object _ ) As Boolean |
Visual C++ |
---|
bool Contains( Object^ o ) |
Parameters
- o
- Type: System..::..Object
The element to look for.