Binary.Equals Method (Binary)

Indicates whether the current Binary is equal to another Binary.

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

Syntax

C#

public bool Equals(
    Binary other
)

Parameters

other

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

Return Value

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

Implements

IEquatable.T..Equals(T)

Reference

Binary Class

Equals Overload

TcHmiSrv Namespace