Fork me on GitHubEpicdominant domains
APIEpic.SpecificationsISpecification<(Of <(<'TCandidate>)>)>IsSatisfiedBy(TCandidate)

IsSatisfiedBy Method (candidate)
Check if the TCandidate satisfy the specification.

Assembly: Epic.Prelude

Declaration Syntax
C#
bool IsSatisfiedBy(
	TCandidate candidate
)
Parameters
candidate (TCandidate)
A TCandidate.
Return Value
Returns trueTruetrue when candidate satisfies the specification, falseFalsefalse otherwise. Note that nullNothingnullptr can not satisfy any specification.
blog comments powered by Disqus