Event.Inequality Operator
Determines whether the specified Event is not 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 |
other |
Type: TcHmiSrv.Event |