Comparison options for the structural equality comparer.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.2.0.0 (3.2.371.0)
Syntax
| C# |
|---|
[FlagsAttribute] public enum StructuralEqualityComparerOptions |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration StructuralEqualityComparerOptions |
Members
| Member name | Description | |
|---|---|---|
| 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.
|
