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