The properties of the CompareResult class are listed below. For a complete list of CompareResult class members, see the CompareResult Members topic.
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. |
CompareResult Class | NXUnit.Framework Namespace