Ouzo\Db\RelationToFetch::equals PHP Method

equals() public method

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