Range.Equals Method (Range)

Indicates whether the current Range is equal to another Range.

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

Syntax

C#

public bool Equals(
    Range other
)

Parameters

other

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

Return Value

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

Implements

IEquatable.T..Equals(T)

Reference

Range Class

Equals Overload

TcHmiSrv Namespace