Table of Contents

Method Equals

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Equals(TreeViewItem<T>)

Determines whether the specified TreeViewItem<T> is equal to the current TreeViewItem<T>.

public bool Equals(TreeViewItem<T> other)

Parameters

other TreeViewItem<T>

The TreeViewItem<T> to compare with the current TreeViewItem<T>.

Returns

bool

true if the specified TreeViewItem<T> is equal to the current TreeViewItem<T>; otherwise, false.