Lines Matching defs:equivalence
21 private $equivalence;
23 public function __construct(?Equivalence $equivalence = null)
25 $this->equivalence = $equivalence ?? new DefaultEquivalence();
44 $hash = $this->equivalence->hash($value);
51 if ($this->equivalence->equivalent($value, $entry)) {
61 $hash = $this->equivalence->hash($value);
68 if ($this->equivalence->equivalent($value, $entry)) {
82 $hash = $this->equivalence->hash($value);
89 if ($this->equivalence->equivalent($value, $entry)) {
109 $hash = $this->equivalence->hash($value);
116 if ($this->equivalence->equivalent($value, $entry)) {
130 $hash = $this->equivalence->hash($value);
137 if ($this->equivalence->equivalent($value, $entry)) {
161 || !$this->equivalence->equals($other)) {