NUnit.Framework.Constraints.AssignableToConstraint.Matches Method
Test whether an object can be assigned to the specified type

Syntax

public override bool Matches (object actual)

Parameters

actual
The object to be tested

Returns

True if the object can be assigned a value of the expected Type, otherwise false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: NUnit.Framework.Constraints
Assembly: NUnitLite (in NUnitLite.dll)
Assembly Versions: 0.6.0.0, 1.0.0.0