Check if two text string are equal
bool TextIsEqual(Pointer<Char> text1, Pointer<Char> text2) => _TextIsEqual(text1, text2);