Timespan.Inequality Operator

Determines whether two instances of the Timespan class are not equal.

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

Syntax

C#

public static bool operator !=(
    Timespan current,
    Timespan other
)

Parameters

current

Type: TcHmiSrv.Timespan
The first Timespan to compare.

other

Type: TcHmiSrv.Timespan
The second Timespan to compare.

Return Value

Type: Boolean
true if current does not equal other; otherwise, false.

Reference

Timespan Class

TcHmiSrv Namespace