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