Context.Equals Method (Context)

Indicates whether the current Context is equal to another Context.

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

Syntax

C#

public bool Equals(
    Context other
)

Parameters

other

Type: TcHmiSrv.Context
The Context to compare with this Context.

Return Value

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

Implements

IEquatable.T..Equals(T)

Reference

Context Class

Equals Overload

TcHmiSrv Namespace