final class IdentityComparator implements ComparatorInterface

internal  This class is not covered by the backward compatibility promise
 

Methods

bool
compare(mixed $left, mixed $right)

Compares two values.

string
adjective()

Returns an adjective that identifies this comparison operator.

Details

at line 20
bool compare(mixed $left, mixed $right)

Compares two values.

Parameters

mixed $left
mixed $right

Return Value

bool

at line 31
string adjective()

Returns an adjective that identifies this comparison operator.

Return Value

string