Determines whether the specified TSpecification is equal
to the current SpecificationBase<(Of <(<'TSpecification, Candidate>)>)>.
Assembly: Epic.Prelude
Declaration Syntax
C# |
protected abstract bool EqualsA( TSpecification otherSpecification )
Parameters
- otherSpecification (TSpecification)
- Another specification instance, that is not nullNothingnullptr and has the same type of this.
Return Value
trueTruetrue, if this is equal to otherSpecification, falseFalsefalse otherwise.