Oihana PHP

Equatable

This interface is implemented by all equatable objects.

Tags
author

Marc Alcaraz (ekameleon)

since
1.0.0

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.


        
On this page

Search results