Check if the key is included in the list.


Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Function Contains( _ 
   ByVal key As Object _ 
) As Boolean _
    Implements IDictionary.Contains
C#
public bool Contains(
   object key
)
C++
public:
 bool Contains(
   Object key
) sealed 
J#
public bool Contains(
   object key
)
JScript
public  function Contains(
   key : Object
) : bool

Implements

IDictionary.Contains

See Also