Session.Equality Operator

Determines whether two instances of the Session class are equal.

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

Syntax

C#

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

Parameters

current

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

other

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

Return Value

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

Reference

Session Class

TcHmiSrv.Core Namespace