Equal
Usage
Notes
Further Examples
For comparison, SameQ ( =) checks whether the expressions are identical in form.
In[1]:=
|
Out[1]=
|
Equal will return unevaluated if it cannot determine that the right-hand side and left-hand side are identical. SameQ is more assertive; use it if you need a function that will return False.
In[2]:=
|
Out[2]=
|
|