Table of Contents

Operator operator ==

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

operator ==(AutomationEntryPointType, AutomationEntryPointType)

Determines whether the two specified objects are equal.

public static bool operator ==(AutomationEntryPointType a1, AutomationEntryPointType a2)

Parameters

a1 AutomationEntryPointType

The first value to compare.

a2 AutomationEntryPointType

The second value to compare.

Returns

bool

true if the operands are equal; otherwise, false.