CmdArguments.Contains method

Returns true if the Dictionary contains the command line switch specified in item

public bool Contains(KeyValuePair<string, string> item)
parameter description
item Item to look for (only the Key is used)

Return Value

True if the Key is in the list, False otherwise.

See Also