Method ContainsOption
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
ContainsOption(string)
Determines whether the specified option exists in the collection.
public bool ContainsOption(string option)
Parameters
optionstringThe name of the option to locate. Cannot be null.
Returns
- bool
true if the option exists in the collection; otherwise, false.
Exceptions
- ArgumentNullException
When option is null.