equals() public method
Returns a value indicating whether the given active record is the same as the current one.
The comparison is made by comparing the collection names and the primary key values of the two active records. If one of the records is new they are also considered not equal.
public boolean equals ( $record ) | ||
---|---|---|
$record | yii\mongodb\ActiveRecord |
Record to compare to |
return | boolean |
Whether the two active records refer to the same row in the same Mongo collection. |
Please login to continue.