Command.Equals Method (Command)

Indicates whether the current Command is equal to another Command.

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

Syntax

C#

public bool Equals(
    Command other
)

Parameters

other

Type: TcHmiSrv.Core.Command
The Command to compare with this Command.

Return Value

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

Implements

IEquatable.T..Equals(T)

Reference

Command Class

Equals Overload

TcHmiSrv.Core Namespace