Determines whether the specified Variant<(Of <(<'FromCandidate, ToCandidate>)>)> is equal to the current one.
Assembly: Epic.Prelude
Declaration Syntax
C# |
protected override bool EqualsA( Variant<FromCandidate, ToCandidate> otherSpecification )
Parameters
- otherSpecification (Variant<(Of <(<'FromCandidate, ToCandidate>)>)>)
- Other specification.
Return Value
trueTruetrue, if otherSpecification has the same InnerSpecification
of the current instance, falseFalsefalse otherwise.