You are here

public function PharInvocation::equals in Drupal 7

Parameters

PharInvocation $other:

Return value

bool

File

misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php, line 120

Class

PharInvocation

Namespace

TYPO3\PharStreamWrapper\Resolver

Code

public function equals(PharInvocation $other) {
  return $other->baseName === $this->baseName && $other->alias === $this->alias;
}