ResultPair.Equals Method (ResultPair)

Indicates whether the current ResultPair is equal to another ResultPair.

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

Syntax

C#

public bool Equals(
    ResultPair other
)

Parameters

other

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

Return Value

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

Implements

IEquatable.T..Equals(T)

Reference

ResultPair Class

Equals Overload

TcHmiSrv Namespace