Table of Contents

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 another specified DmsServiceId value.

public static bool operator <(DmsServiceId id1, DmsServiceId id2)

Parameters

id1 DmsServiceId

The first value to compare.

id2 DmsServiceId

The second value to compare.

Returns

bool

true if id1 is less than id2; otherwise, false.