What does symbol ! stand for?
548150Jun 22 2009 — edited Jun 22 2009What does symbol *!* stand for and what is the scope of its work in the following script?
if (!(lastname == null ? other.lastname == null :
lastname.equals(other.lastname))) {
return false;
}