PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​CustomLog­Event­Dataoperator ==
Open sandboxFocus

LogEventData.operator == Operator

operator ==(LogEventData, LogEventData)

Determines whether two instances of the LogEventData type are equal.

Declaration
public static bool operator ==(LogEventData left, LogEventData right)
Parameters
Type Name Description
LogEventData left
LogEventData right
Returns
Type Description
bool