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.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
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