Click or drag to resize

AsyncLogEventInfoEquality Operator

Implements the operator ==.

Namespace:  NLog.Common
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public static bool operator ==(
	AsyncLogEventInfo eventInfo1,
	AsyncLogEventInfo eventInfo2
)

Parameters

eventInfo1
Type: NLog.CommonAsyncLogEventInfo
The event info1.
eventInfo2
Type: NLog.CommonAsyncLogEventInfo
The event info2.

Return Value

Type: Boolean
The result of the operator.
See Also