Message.GreaterThan Operator

Determines whether the current instance of the Message class is greater than another instance.

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

Syntax

C#

public static bool operator >(
    Message current,
    Message other
)

Parameters

current

Type: TcHmiSrv.Core.Message
The first Message to compare.

other

Type: TcHmiSrv.Core.Message
The second Message to compare.

Return Value

Type: Boolean
true if current is greater than other; otherwise, false.

Reference

Message Class

TcHmiSrv.Core Namespace