Is_Syntax.

EquivalentTo(IEnumerable) Method

Summary

Returns a constraint that tests whether the actual value is a collection containing the same elements as the collection supplied as an argument.
Namespace
TCLite.Constraints
Containing Type
Is_Syntax

Syntax

public static CollectionEquivalentConstraint EquivalentTo(IEnumerable expected)

Parameters

Name Type Description
expected IEnumerable

Return Value