Function ====== Math.EnumAsStringEqualityConverter ====== Boolean Math.EnumAsStringEqualityConverter(string StringToCheckAgainst) ^ API | currently not in the API | ^ description | ASSUMPTION this checks if the string representation of a parameter of type [[macros:type:enum|]] equals to a given string and returns true if it does | ^ [[macros:namespace|namespace]] | [[macros:namespace:math]] | ^ parameter | StringToCheckAgainst ( [[macros:type:string]] ) : string to compare the parameter with | ^ ::: | parameter ( [[macros:type:string]] ) : the property to check whether it matches the string. This needs to be set separately, see example | == Example in == [[macros:example:setfanparts]]: == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~