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.