Operator operator ==
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
operator ==(TreeViewItem<T>, TreeViewItem<T>)
Determines whether two TreeViewItem<T> objects are equal.
public static bool operator ==(TreeViewItem<T> left, TreeViewItem<T> right)
Parameters
leftTreeViewItem<T>The first object to compare.
rightTreeViewItem<T>The second object to compare.
Returns
- bool
true if the objects are equal; otherwise, false.