nspectre - declarative validation for .NET

ISpecification.IsSatisfiedBy Method 

Tests a candidate to see if it matches a specification.

ISpecificationResult IsSatisfiedBy(
   object candidate
);

Parameters

candidate
The object to test.

Return Value

An Specification.Core.ISpecificationResult.

See Also

ISpecification Interface | NSpectre.Core Namespace