Click or drag to resize

ConditionMethodsEquals2 Method (Object, Object)

Compares two values for equality.

Namespace:  NLog.Conditions
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public static bool Equals2(
	Object firstValue,
	Object secondValue
)

Parameters

firstValue
Type: SystemObject
The first value.
secondValue
Type: SystemObject
The second value.

Return Value

Type: Boolean
true when two objects are equal, false otherwise.
See Also