NXUnit Framework Class Library

CompareResult Members

CompareResult overview

Public Instance Constructors

CompareResult Constructor Default Constractor, which makes an empty result.

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.

Public Instance Methods

AddOverloaded. Add a Diff object to the result.
Equals (inherited from Object) 
GetEnumerator The iterator of the result, so you can use foreach in it.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

CompareResult Class | NXUnit.Framework Namespace