Lines Matching refs:equals
212 public function equals(SimpleType $other): bool { function in ArrayType
213 if (!parent::equals($other)) {
219 return Type::equals($this->keyType, $other->keyType) &&
220 Type::equals($this->valueType, $other->valueType);
555 public function equals(SimpleType $other): bool { function in SimpleType
754 public static function equals(?Type $a, ?Type $b): bool { function in Type
764 if (!$a->types[$i]->equals($b->types[$i])) {
854 public function equals(ArgInfo $other): bool { function in ArgInfo
858 && Type::equals($this->type, $other->type)
928 public function equals(ConstOrClassConstName $const): bool; function
935 public function equals(ConstOrClassConstName $const): bool function in AbstractConstName
1182 && Type::equals($this->type, $other->type)
1353 if (!$this->args[$i]->equals($other->args[$i])) {