Session.Equals Method (Session)

Indicates whether the current Session is equal to another Session.

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

Syntax

C#

public bool Equals(
    Session other
)

Parameters

other

Type: TcHmiSrv.Core.Session
The Session to compare with this Session.

Return Value

Type: Boolean
true if the current Session is equal to the other Session; otherwise, false.

Implements

IEquatable.T..Equals(T)

Reference

Session Class

Equals Overload

TcHmiSrv.Core Namespace