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
AutomationEntryPointTypeThe first value to compare.
a2
AutomationEntryPointTypeThe second value to compare.
Returns
- bool
true
if the operands are equal; otherwise,false
.