Message.Equals Method (Message)

Indicates whether the current Message is equal to another Message.

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

Syntax

C#

public bool Equals(
    Message other
)

Parameters

other

Type: TcHmiSrv.Message
The Message to compare with this Message.

Return Value

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

Implements

IEquatable.T..Equals(T)

Reference

Message Class

Equals Overload

TcHmiSrv Namespace