Determines whether the specified ISpecification<(Of <(<'TCandidate>)>)> is equal to the
current SpecificationBase<(Of <(<'TSpecification, Candidate>)>)>.
Assembly: Epic.Prelude
Declaration Syntax
C# |
public bool Equals( ISpecification<Candidate> other )
Parameters
- other (ISpecification<(Of <(<'Candidate>)>)>)
- The ISpecification<(Of <(<'TCandidate>)>)> to compare with the current instance.
Return Value
trueTruetrue if the specified ISpecification<(Of <(<'TCandidate>)>)> is equal to the
current SpecificationBase<(Of <(<'TSpecification, Candidate>)>)>; otherwise, falseFalsefalse.