Operator operator !=
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
operator !=(AutomationEntryPointType, AutomationEntryPointType)
Determines whether the two specified objects are not equal.
public static bool operator !=(AutomationEntryPointType a1, AutomationEntryPointType a2)
Parameters
a1
AutomationEntryPointTypeThe first value to compare.
a2
AutomationEntryPointTypeThe second value to compare.
Returns
- bool
false
if the operands are equal; otherwise,true
.