Event.Equality Operator

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

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

Syntax

C#

public static bool operator ==(
    Event current,
    Event other
)

Parameters

current

Type: TcHmiSrv.Event
The current instance of the Event class.

other

Type: TcHmiSrv.Event
The Event to compare with the current Event.

Return Value

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

Reference

Event Class

TcHmiSrv Namespace