~=

Compares two objects for inequality.  Returns true if object1 and object2 are not equal.  It returns false if they are equal.

The floating-point behavior of this function is platform-dependent.

Exported from

Modifiers

sealed

Arguments

argAn instance of <object>.
argAn instance of <object>.

Values

valAn instance of <boolean>.

See also

The common-dylan module.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
The class of all Dylan objects.
The class of boolean values.
Dylan provides an identity function, as well as a group of equality and magnitude comparison functions that can be extended for user classes.