Functions: Not_Equals Function - Wynntils/Wynntils GitHub Wiki

Not_Equals function

Aliases

  • NEQ

Description

Returns true when 2 numbers are not the same

Arguments

This function has 2 required arguments.

  • first (Number) → The first number.
  • second (Number) → The second number.

Schematics

NOT_EQUALS(<first>; <second>) → (Boolean)

Example

NOT_EQUALS(1;2)  TRUE
⚠️ **GitHub.com Fallback** ⚠️