Binary.Equality Operator

Determines whether two instances of the Binary class are equal.

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

Syntax

C#

public static bool operator ==(
    Binary current,
    Binary other
)

Parameters

current

Type: TcHmiSrv.Binary
The first Binary to compare.

other

Type: TcHmiSrv.Binary
The second Binary to compare.

Return Value

Type: Boolean
true if current equals other; otherwise, false.

Reference

Binary Class

TcHmiSrv Namespace