Ouzo\Db\RelationToFetch::equals PHP 메소드

equals() 공개 메소드

public equals ( RelationToFetch $other )
$other RelationToFetch
    public function equals(RelationToFetch $other)
    {
        return $this->relation === $other->relation && $this->field === $other->field && $this->destinationField === $other->destinationField;
    }