Returns a new Conjunction<(Of <(<'TCandidate>)>)> that will be satisfied when both
the current specification and the other are satisfied.
Assembly: Epic.Prelude
Declaration Syntax
C# |
protected override ISpecification<TCandidate> AndAlso( ISpecification<TCandidate> other )
Parameters
- other (ISpecification<(Of <(<'TCandidate>)>)>)
- Another specification.
Return Value