equals() public abstract method
Returns a value indicating whether the given active record is the same as the current one.
Two new records are considered to be not equal.
| public abstract boolean equals ( $record ) | ||
|---|---|---|
| $record | static |
Record to compare to |
| return | boolean |
Whether the two active records refer to the same row in the same database table. |
Please login to continue.