ComparisonConstraint<TExpected>.

Matches<T>(T) Method

Summary

Protected function overridden by derived class to actually perform the comparison

Syntax

protected abstract bool Matches<T>(T actual)

Type Parameters

Name Description
T

Parameters

Name Type Description
actual T

Return Value

Type Description
bool