UnsameQ
UnsameQ(x, y)
x=!=y
returns
True
ifx
andy
are not structurally identical.
See
Examples
Any object is the same as itself:
>> a=!=aFalse
>> 1=!=1.0True
Related terms
Implementation status
- ✅ - full supported
UnsameQ(x, y)
x=!=y
returns
True
ifx
andy
are not structurally identical.
See
Any object is the same as itself:
>> a=!=aFalse
>> 1=!=1.0True