Perforce API for the .Net CLR P4.Net

ArrayFieldDictionary.ContainsKey Method 

Tests if the key exists in the dictionary.

[Visual Basic]
Public Function ContainsKey( _
   ByVal key As String _
) As Boolean
[C#]
public bool ContainsKey(
   string key
);

Parameters

key
The key to test

Return Value

True if the key is defined in the dictionary.

See Also

ArrayFieldDictionary Class | P4API Namespace