Event.Equals Method (Event)

Indicates whether the current Event is equal to another Event.

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

Syntax

C#

public bool Equals(
    Event other
)

Parameters

other

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

Return Value

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

Implements

IEquatable.T..Equals(T)

Reference

Event Class

Equals Overload

TcHmiSrv Namespace