NXUnit Framework Class Library

CompareResult Properties

The properties of the CompareResult class are listed below. For a complete list of CompareResult class members, see the CompareResult Members topic.

Public Instance Properties

AreEqual Is the result means equal?
Count How many Diff objects does the result have?
HasLogicError Does the result have a logic error included?
Note   See DiffType.LogicError
HasUnknownDiff Does the result have an unknown difference included?
Note   See DiffType.UnknownDiff
Item You can use the result just like an array of Diff objects.

See Also

CompareResult Class | NXUnit.Framework Namespace