Method Equals
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Equals(DmsAutomationScriptParamValue)
Compare this DmsAutomationScriptParamValue with another.
public bool Equals(DmsAutomationScriptParamValue other)
Parameters
other
DmsAutomationScriptParamValueThe other DmsAutomationScriptParamValue.
Returns
- bool
true
if both the description and value is the same; otherwisefalse
.