Determines if the given object is contained in this CryptokiCollection object

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Public Function Contains ( _
	obj As Object _
) As Boolean
C#
public bool Contains(
	Object obj
)
Visual C++
public:
virtual bool Contains(
	Object^ obj
) sealed
JavaScript
function contains(obj);

Parameters

obj
Type: System..::..Object
Object to search for

Implements

IList..::..Contains(Object)

Remarks

true if the given object is contained in this CryptokiCollection object

See Also