Comparison options for the structural equality comparer.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
[FlagsAttribute]
public enum StructuralEqualityComparerOptions
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration StructuralEqualityComparerOptions

Members

Member nameDescription
Default
Default options.
IgnoreEnumerableOrder
Compares the two child sequences by ignoring the order of the elements.
Format
Formats an object using the default IFormatter.
Format
Formats an object using the specified IFormatter.

See Also