NotEqual[x->T*, y->T*] =: BOOLEAN
NotEqual returns True when the values of x and y are not equal.
x != y
Equal.