Value.Equals Method (Int64)

Indicates whether the current Value is equal to another Int64.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public bool Equals(
    long other
)

Parameters

other

Type: System.Int64
A Int64 to compare with this Value.

Return Value

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

Implements

IEquatable.T..Equals(T)

Reference

Value Class

Equals Overload

TcHmiSrv.Core Namespace