Value.CompareTo Method (UInt32)

Compares the current Value with another UInt32 and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other UInt32.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public int CompareTo(
    uint other
)

Parameters

other

Type: System.UInt32
An UInt32 to compare with this Value.

Return Value

Type: Int32
A value that is less than zero if the current Value precedes other in the sort order, zero if the current Value occurs in the same position in the sort other as other or greater than zero if the current Value follows other in the sort order.

Implements

IComparable.T..CompareTo(T)

Reference

Value Class

CompareTo Overload

TcHmiSrv.Core Namespace