BuildInfo.Equality Operator

Determines whether the specified BuildInfo is equal to the current BuildInfo.

Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

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

Parameters

current

Type: TcHmiSrv.DynamicSymbols.BuildInfo
The current BuildInfo.

other

Type: TcHmiSrv.DynamicSymbols.BuildInfo
The BuildInfo to compare with the current BuildInfo.

Return Value

Type: Boolean
true if the specified BuildInfo is equal to the current BuildInfo; otherwise, false.

Reference

BuildInfo Structure

TcHmiSrv.DynamicSymbols Namespace