Range.Inequality Operator

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

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

Syntax

C#

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

Parameters

current

Type: TcHmiSrv.Range
The first Range to compare.

other

Type: TcHmiSrv.Range
The second Range to compare.

Return Value

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

Reference

Range Class

TcHmiSrv Namespace