Operator operator >
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
operator >(DmsElementId, DmsElementId)
Returns a value that indicates whether a specified DmsElementId value is greater than another specified DmsElementId value.
public static bool operator >(DmsElementId id1, DmsElementId id2)
Parameters
id1DmsElementIdThe first value to compare.
id2DmsElementIdThe second value to compare.
Returns
- bool
trueifid1is greater thanid2; otherwise,false.