A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://nlog-project.org/documentation/v4.7.0/html/M_NLog_LogLevel_op_LessThanOrEqual.htm below:

LogLevelLessThanOrEqual Operator

Compares two

LogLevel

objects and returns a value indicating whether the first one is less than or equal to the second one.

Namespace:  NLog
Assembly:

NLog (in NLog.dll) Version: 4.7.0+4d138800820311d0b60b6437f1dd2ed1d571d47d

Syntax
public static bool operator <=(
	LogLevel level1,
	LogLevel level2
)
Public Shared Operator <= ( 
	level1 As LogLevel,
	level2 As LogLevel
) As Boolean

Dim level1 As LogLevel
Dim level2 As LogLevel
Dim returnValue As Boolean

returnValue = (level1 <= level2)
static let inline (<=)
        level1 : LogLevel * 
        level2 : LogLevel  : bool
Parameters
level1
Type: NLogLogLevel
The first level.
level2
Type: NLogLogLevel
The second level.
Return Value

Type:

Boolean

The value of

level1.Ordinal <= level2.Ordinal

.

See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4