CmdArguments.ContainsKey method

Determines whether the Command Line arguments contain an element with the specified key. The Key is case insensitive.

public bool ContainsKey(string key)
parameter description
key Command line argument to check for (case insensitive search)

Return Value

True if the given key was provied, false otherwise.

See Also