Lines Matching refs:equals
150 public function equals(SimpleType $other): bool { function in ArrayType
151 if (!parent::equals($other)) {
157 return Type::equals($this->keyType, $other->keyType) &&
158 Type::equals($this->valueType, $other->valueType);
407 public function equals(SimpleType $other): bool { function in SimpleType
581 public static function equals(?Type $a, ?Type $b): bool { function in Type
591 if (!$a->types[$i]->equals($b->types[$i])) {
673 public function equals(ArgInfo $other): bool { function in ArgInfo
677 && Type::equals($this->type, $other->type)
736 if ($phpDocType !== null && Type::equals($type, $phpDocType)) {
903 && Type::equals($this->type, $other->type)
913 if ($phpDocType !== null && Type::equals($type, $phpDocType)) {
1063 if (!$this->args[$i]->equals($other->args[$i])) {