Create a new Conjunction<(Of <(<'TCandidate>)>)> that evaluates the other
only if the current specification is satisfied.
Assembly: Epic.Prelude
Declaration Syntax
C# |
protected virtual ISpecification<Candidate> AndAlso( ISpecification<Candidate> other )
Parameters
- other (ISpecification<(Of <(<'Candidate>)>)>)
- The other specification to evaluate (that will not be nullNothingnullptr).
Return Value
A new Conjunction<(Of <(<'TCandidate>)>)> that evaluates the other
only if the current specification is satisfied.