Message.Equality Operator

Determines whether the specified Message is equal to the current Message.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

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

Parameters

current

Type: TcHmiSrv.Message
The current instance of the Message class.

other

Type: TcHmiSrv.Message
The Message to compare with the current Message.

Return Value

Type: Boolean
true if the specified Message is equal to the current Message; otherwise, false.

Reference

Message Class

TcHmiSrv Namespace