Be concise.
Be useful.
All contributions dictatorially edited by webmasters to match personal tastes.
Please do not paste any copyright violating material.
Please try to avoid dependencies to third-party libraries and frameworks.
if (size(p,1) /= size(q,1)) then
b = false
else
b = all (p == q)
end if
b = p.equals(q);
b = p == q
b = p == q
b = p == q;