Operator operator !=
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
operator !=(DmsServiceId, DmsServiceId)
Determines whether the two specified objects are not equal.
public static bool operator !=(DmsServiceId id1, DmsServiceId id2)
Parameters
id1
DmsServiceIdThe first object to compare.
id2
DmsServiceIdThe second object to compare.
Returns
- bool
false
if the operands are equal; otherwise,true
.