Timestamp.Inequality Operator
Determines whether two instances of the Timestamp class are not equal.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public static bool operator !=(
Timestamp current,
Timestamp other
)
Parameters
current |
Type: TcHmiSrv.Timestamp |
other |
Type: TcHmiSrv.Timestamp |
Return Value
Type: Boolean
true if current does not equal
other; otherwise, false.