Table of Contents

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 or equal to another specified DmsElementId value.

public static bool operator >=(DmsElementId id1, DmsElementId id2)

Parameters

id1 DmsElementId

The first value to compare.

id2 DmsElementId

The second value to compare.

Returns

bool

true if id1 is greater than or equal to id2; otherwise, false.