Click or drag to resize

LogLevelEquals Method (LogLevel)

Determines whether the specified LogLevel instance is equal to this instance.

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 5.3.1+cf6675da40ccfd4c8c526a3b2bdbeed3442910a1
Syntax
public bool Equals(
	LogLevel other
)

Parameters

other
Type: NLogLogLevel
The LogLevel to compare with this instance.

Return Value

Type: Boolean
Value of true if the specified LogLevel is equal to this instance; otherwise, false.

Implements

IEquatableTEquals(T)
See Also