Event.LessThanOrEqual Operator

Determines whether the current instance of the Event class is less 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 <=(
    Event current,
    Event other
)

Parameters

current

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

other

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

Return Value

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

Reference

Event Class

TcHmiSrv.Core Namespace