Functions: String_Equals Function - Wynntils/Wynntils GitHub Wiki

String_Equals function

Aliases

  • EQ_STR

Description

Returns true when 2 strings are the same

Arguments

This function has 2 required arguments.

  • first (String) → The first string.
  • second (String) → The second string.

Schematics

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

Example

STRING_EQUALS("Hello";"World")  FALSE
⚠️ **GitHub.com Fallback** ⚠️