Skip to content

UnsameQ

UnsameQ(x, y)
x=!=y

returns True if x and y are not structurally identical.

See

Examples

Any object is the same as itself:

>> a=!=a
False
>> 1=!=1.0
True

Equal, SameQ , Unequal

Implementation status

  • ✅ - full supported

Github