catdef.spad line 131 [edit on github]
BasicType is the basic category for describing a collection of elements with = (equality).
x = y tests if x and y are equal.
x = y
x
y
x~=y tests if x and y are not equal.
x~=y