Fork me on GitHubEpicdominant domains
APIEpic.SpecificationsDisjunction<(Of <(<'TCandidate>)>)>EqualsA(Disjunction<(Of <<'(TCandidate>)>>))

EqualsA Method (otherSpecification)
Determine whether the current Disjunction<(Of <(<'TCandidate>)>)> is equal to otherSpecification.

Assembly: Epic.Prelude

Declaration Syntax
C#
protected override bool EqualsA(
	Disjunction<TCandidate> otherSpecification
)
Parameters
otherSpecification (Disjunction<(Of <(<'TCandidate>)>)>)
Another specification.
Return Value
trueTruetrue, if each of disjuncted specification are equal to the corresponding one in otherSpecification, falseFalsefalse otherwise.
blog comments powered by Disqus