Event.Equality Operator
Determines whether two instances of the Event class are equal.
Namespace: TcHmiSrv.Core
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public static bool operator ==(
Event current,
Event other
)
Parameters
current |
Type: TcHmiSrv.Core.Event |
other |
Type: TcHmiSrv.Core.Event |
Return Value
Type: Boolean
true if current equals other; otherwise, false.