Summary
Test whether the collection is equivalent to the expected.
- Namespace
- TCLite
.Constraints - Containing Type
- Collection
Equivalent Constraint
Syntax
protected override ConstraintResult ApplyConstraint<TActual>(TActual actual)
Type Parameters
Name | Description |
---|---|
TActual | Actual collection type. |
Parameters
Name | Type | Description |
---|---|---|
actual | TActual | Actual collection to compare. |
Return Value
Type | Description |
---|---|
ConstraintResult |
A CollectionEquivalentConstraintResult indicating whether or not
the two collections are equivalent.
|