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