class NotEqualFunc : public NumFunc (Return to index)

!= (non-equality) operator.

Type:
    Instantiable

Base Classes:

Derived Classes

Include file:

    ComTerp/boolfunc.h

Description:

also useful for partial string comparison with :n keyword. neq("string1" "string2" :n 6) returns false. also useful for symbol comparison with :sym keyword.

Public:



(more documentation)