CommandGroup.Equals Method (Object)

Determines whether the specified Object is equal to the current CommandGroup.

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

Syntax

C#

public override bool Equals(
    Object obj
)

Parameters

obj

Type: System.Object
The Object to compare with the current CommandGroup.

Return Value

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

Reference

CommandGroup Class

Equals Overload

TcHmiSrv.Core Namespace