Timestamp.Equals Method (Timestamp)

Indicates whether the current Timestamp is equal to another Timestamp.

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

Syntax

C#

public bool Equals(
    Timestamp other
)

Parameters

other

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

Return Value

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

Implements

IEquatable.T..Equals(T)

Reference

Timestamp Class

Equals Overload

TcHmiSrv Namespace