PropertySpecification<T, TProperty>.

IsSatisfiedBy(T) Method

Summary

Checks if Specification is satisfied by candidate property value.

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

true - Specification is satisfied by candidate property value.

false - is not satisfied or candidate is null or his reference property is null.

GitHub