| 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
)
Public Function Equals (
other As LogLevel
) As Boolean
Dim instance As LogLevel
Dim other As LogLevel
Dim returnValue As Boolean
returnValue = instance.Equals(other)
abstract Equals :
other : LogLevel -> bool
override Equals :
other : LogLevel -> bool
Parameters
- other
- Type: NLogLogLevel
The LogLevel to compare with this instance.
Return Value
Type:
BooleanValue of
true if the specified
LogLevel is equal to
this instance; otherwise,
false.
Implements
IEquatableTEquals(T)See Also