I heard say that is logically equivalent to say it: $$\neg (p \vee q) = p \land q$$
So every time you have a negation operator in front can make a "distributive" altering the operator from within? And if $\neg(p \vee \neg q)$ then result is $p \land \neg q$? Can anyone give some examples?
No, that does not work. What does work is De Morgan's law:
$$ \neg(p\lor q) \iff \neg p \land \neg q $$ Your formulation is missing the negations on the right-hand side.
If you want, you can think of this as "negation distributes over $\land$ and $\lor$, except that it changes each of them to the other". I'm not entirely sure that's a helpful way of thinking, but whatever works for you ...