Method ContainsOption
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
ContainsOption(Option<T>)
Determines whether the specified option is present in the collection.
public bool ContainsOption(Option<T> option)
Parameters
optionOption<T>The option to locate in the collection. Cannot be null.
Returns
- bool
true if the specified option exists in the collection; otherwise, false.
ContainsOption(T)
Determines whether the specified option exists in the collection.
public bool ContainsOption(T value)
Parameters
valueTThe option value to locate in the collection.
Returns
- bool
true if the specified option is found; otherwise, false.