Value.GreaterThanOrEqual Operator

Determines whether the current instance of the Value class is greater than or equal to another instance.

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

Syntax

C#

public static bool operator >=(
    Value current,
    Value other
)

Parameters

current

Type: TcHmiSrv.Core.Value
The first Value to compare.

other

Type: TcHmiSrv.Core.Value
The second Value to compare.

Return Value

Type: Boolean
true if current is greater than or equal to other; otherwise, false.

Reference

Value Class

TcHmiSrv.Core Namespace