Table of Contents

Method Compare

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

Compare(DmsServiceId, DmsServiceId)

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

public static int Compare(DmsServiceId id1, DmsServiceId id2)

Parameters

id1 DmsServiceId

The first value to compare.

id2 DmsServiceId

The second value to compare.

Returns

int

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