Index Documentation

IEquatable
in

Provides an interface for determining the value-equality of two objects.

Table of Contents

Methods

equals()  : bool
Checks whether the current object is equal to another.

Methods

equals()

Checks whether the current object is equal to another.

public equals(mixed $other) : bool
Parameters
$other : mixed
Return values
bool

true if the objects are equals, false if not.


        
On this page

Search results