Check if the Candidate satisfy the specification.
Assembly: Epic.Prelude
Declaration Syntax
C# |
public bool IsSatisfiedBy( Candidate candidate )
Parameters
- candidate (Candidate)
- A Candidate.
Return Value
Returns trueTruetrue when candidate satisfies the specification, falseFalsefalse otherwise.
Note that nullNothingnullptr can not satisfy any specification.