NUnit.Framework.Constraints.Numerics.AreEqual Method
Test two numeric values for equality, performing the usual numeric conversions and using a provided or default tolerance. If the tolerance provided is Empty, this method may set it to a default tolerance.

Syntax

public static bool AreEqual (object expected, object actual, ref Tolerance tolerance)

Parameters

expected
The expected value
actual
The actual value
tolerance
A reference to the tolerance in effect

Returns

True if the values are equal

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: NUnit.Framework.Constraints
Assembly: NUnitLite (in NUnitLite.dll)
Assembly Versions: 0.6.0.0, 1.0.0.0