CommandGroup.Equals Method (CommandGroup)

Indicates whether the current CommandGroup is equal to another CommandGroup.

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

Syntax

C#

public bool Equals(
    CommandGroup other
)

Parameters

other

Type: TcHmiSrv.Core.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.Core Namespace