Table of Contents

Method Compare

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Compare(DmsElementId, DmsElementId)

Compares two specified DmsElementId instances and returns an integer that indicates their relative position in the sort order.

public static int Compare(DmsElementId id1, DmsElementId id2)

Parameters

id1 DmsElementId

The first value to compare.

id2 DmsElementId

The second value to compare.

Returns

int

A 32-bit signed integer that indicates the relationship between the two comparands.