Equatable
This interface is implemented by all equatable objects.
Table of Contents
Methods
- equals() : bool
- Compares the specified values for equality.
Methods
equals()
Compares the specified values for equality.
public
equals(mixed $value) : bool
Parameters
- $value : mixed
-
The value to evaluates.
Return values
bool —true
if the the specified object is equal with this object.