Context.Inequality Operator

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

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

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

Parameters

current

Type: TcHmiSrv.Core.Context
The first Context to compare.

other

Type: TcHmiSrv.Core.Context
The second Context to compare.

Return Value

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

Reference

Context Class

TcHmiSrv.Core Namespace