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
)
Return Value
Type: Boolean
true if the current ResultPair is equal
to the other ResultPair;
otherwise, false.