Timespan.Equals Method (Timespan)

Indicates whether the current Timespan is equal to another Timespan.

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

Syntax

C#

public bool Equals(
    Timespan other
)

Parameters

other

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

Return Value

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

Implements

IEquatable.T..Equals(T)

Reference

Timespan Class

Equals Overload

TcHmiSrv Namespace