Determine whether the current Conjunction<(Of <(<'TCandidate>)>)> is equal
to otherSpecification.
Assembly: Epic.Prelude
Declaration Syntax
C# |
protected override bool EqualsA( Conjunction<TCandidate> otherSpecification )
Parameters
- otherSpecification (Conjunction<(Of <(<'TCandidate>)>)>)
- Another specification.
Return Value
trueTruetrue, if each of disjuncted specification are equal
to the corresponding one in otherSpecification, falseFalsefalse otherwise.