ne()Determines if one value is not equal to (!=) another value.
!=) value2.!=) value1.value1 and value2 are given a boolean indicating if value1 is not equal to (!=) value2 will be returned. Otherwise a partial function will be returned which when called will accept one value and will return a boolean indicating if that value is not equal to (!=) value1.This function directly requires the following function which is included automatically:
lt()This function is directly required by the following function:
lt()