NotSpecification<T>.

IsSatisfiedBy(T) Method

Summary

Result negation of Specification passed in constructor.

Syntax

[PublicAPI]
public bool IsSatisfiedBy(T candidate)

Attributes

Type Description
PublicAPI

Parameters

Name Type Description
candidate T Candidate object to verification.

Return Value

Type Description
bool Overall result as negation of base Specifications.
GitHub