MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / TextIsEqual

Function TextIsEqual

include/Functions.hpp:342–344  ·  view source on GitHub ↗

* Check if two text string are equal */

Source from the content-addressed store, hash-verified

340 * Check if two text string are equal
341 */
342RLCPP_MAYBEUNUSED RLCPPAPI inline bool TextIsEqual(const char* text1, const char* text2) {
343 return ::TextIsEqual(text1, text2);
344}
345
346/**
347 * Check if two text string are equal

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected