Create a new ISpecification<(Of <(<'TCandidate>)>)> that evaluates the other
only if the current specification is not satisfied.
Assembly: Epic.Prelude
Declaration Syntax
| C# |
ISpecification<TCandidate> Or( ISpecification<TCandidate> other )
Parameters
- other (ISpecification<(Of <(<'TCandidate>)>)>)
- The other specification to evaluate.
Return Value
A new ISpecification<(Of <(<'TCandidate>)>)> that evaluates the other
only if the current specification is not satisfied.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | other is nullNothingnullptr. |
