Table of Contents

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

left TreeViewItem<T>

The first object to compare.

right TreeViewItem<T>

The second object to compare.

Returns

bool

true if the objects are equal; otherwise, false.