Fork me on GitHubEpicdominant domains
APIEpic.SpecificationsNegation<(Of <(<'TCandidate>)>)>EqualsA(Negation<(Of <<'(TCandidate>)>>))

EqualsA Method (otherSpecification)
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.
blog comments powered by Disqus