Click or drag to resize

ConditionMethodsEquals2 Method (Object, Object)

Compares two values for equality.

Namespace:  NLog.Conditions
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
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