Fork me on GitHubEpicdominant domains
APIEpic.SpecificationsNo<(Of <(<'TCandidate>)>)>AndAlso(ISpecification<(Of <<'(TCandidate>)>>))

AndAlso Method (other)
Returns the Specification, since False AND P = False.

Assembly: Epic.Prelude

Declaration Syntax
C#
protected override ISpecification<TCandidate> AndAlso(
	ISpecification<TCandidate> other
)
Parameters
other (ISpecification<(Of <(<'TCandidate>)>)>)
Another ISpecification<(Of <(<'TCandidate>)>)> that will be ignored.
Return Value
The current instance.
blog comments powered by Disqus