Determines that this specification is satisfied by any candidate.
            
Assembly: Epic.Prelude
Declaration Syntax
| C# | 
protected override bool IsSatisfiedByA( TCandidate candidate )
Parameters
- candidate (TCandidate)
- Candidate.
Return Value
            Always trueTruetrue, since the base class grant that no nullNothingnullptr candidate will reach this method.
            
