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.
            
