Context.Equality Operator

Determines whether two instances of the Context class are equal.

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

Syntax

C#

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

Parameters

current

Type: TcHmiSrv.Context
The first Context to compare.

other

Type: TcHmiSrv.Context
The second Context to compare.

Return Value

Type: Boolean
true if current equals other; otherwise, false.

Reference

Context Class

TcHmiSrv Namespace