Namespace:
Apache.NMS
Assembly: Apache.NMS (in Apache.NMS.dll)
Assembly: Apache.NMS (in Apache.NMS.dll)
Syntax
Visual Basic |
---|
Function Contains ( _ key As Object _ ) As Boolean |
C# |
---|
bool Contains( Object key ) |
Visual C++ |
---|
bool Contains( Object^ key ) |
JavaScript |
---|
function contains(key); |
Parameters
- key
- Type: System..::..Object