Skip to content

raylib.TextIsEqual

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Check if two text string are equal REQUIRES: strcmp()

Parameters

Parameter Default Value Note
text1
text2

Return value

Condition Return Value
(always) number

Notes

Example

if raylib.TextIsEqual("hello", "hello") then print "equal" else print "not equal"

Clone this wiki locally