NegatableValidationSpecification<T>.

IsNotSatisfiedBy(T) Method

Summary

Checks if Specification is NOT satisfied by candidate object.

Syntax

[PublicAPI]
public bool IsNotSatisfiedBy(T candidate)

Attributes

Type Description
PublicAPI

Parameters

Name Type Description
candidate T Candidate object to verification.

Return Value

Type Description
bool

true - Specification is NOT satisfied by candidate.

false - is satisfied.

GitHub