LeanMapper\DataDifference::mayHaveAny PHP Method

mayHaveAny() public method

Performs quick lookup whether current instance may have any differences
public mayHaveAny ( ) : boolean
return boolean
    public function mayHaveAny()
    {
        return !empty($this->added) or !empty($this->removed);
    }