Determine whether the current Negation<(Of <(<'TCandidate>)>)> negates the same
ISpecification<(Of <(<'TCandidate>)>)> that otherSpecification negates.
Assembly: Epic.Prelude
Declaration Syntax
C# |
protected override bool EqualsA( Negation<TCandidate> otherSpecification )
Parameters
- otherSpecification (Negation<(Of <(<'TCandidate>)>)>)
- Another negation.
Return Value
trueTruetrue if the otherSpecification negates
the same specification that the current instance negates, falseFalsefalse otherwise.