yii\db\ActiveRecordInterface::equals PHP 메소드

equals() 공개 메소드

Two [[getIsNewRecord()|new]] records are considered to be not equal.
public equals ( static $record ) : boolean
$record static record to compare to
리턴 boolean whether the two active records refer to the same row in the same database table.
    public function equals($record);