CommandGroup.Equals Method (CommandGroup)

Indicates whether the current CommandGroup is equal to another CommandGroup.

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

Syntax

C#

public bool Equals(
    CommandGroup other
)

Parameters

other

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

Return Value

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

Implements

IEquatable.T..Equals(T)

Reference

CommandGroup Class

Equals Overload

TcHmiSrv Namespace