Event.Equals Method (Object)

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

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 Event.

Return Value

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

Reference

Event Class

Equals Overload

TcHmiSrv.Core Namespace