* Check if two text string are equal */
| 340 | * Check if two text string are equal |
| 341 | */ |
| 342 | RLCPP_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 |