Fork me on GitHubEpicdominant domains

IsSatisfiedBy Method (candidate)
Determines whether this specification is satisfied by the specified candidate.

Assembly: Epic.Prelude

Declaration Syntax
C#
public bool IsSatisfiedBy(
	Candidate2 candidate
)
Parameters
candidate (Candidate2)
Candidate.
Return Value
trueTruetrue if this specification is satisfied by the specified candidate; otherwise, falseFalsefalse.
Remarks

This method grant that nullNothingnullptr can not satisfy any specification. and calls IsSatisfiedByA(Candidate2) if the candidate is not nullNothingnullptr.

blog comments powered by Disqus