Operator operator <=
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
operator <=(DmsServiceId, DmsServiceId)
Returns a value that indicates whether a specified DmsServiceId value is less than or equal to another specified DmsServiceId value.
public static bool operator <=(DmsServiceId id1, DmsServiceId id2)
Parameters
id1DmsServiceIdThe first value to compare.
id2DmsServiceIdThe second value to compare.
Returns
- bool
trueifid1is less than or equal toid2; otherwise,false.