TextIsEqual abstract method

bool TextIsEqual(
  1. MemoryPointer<RInt8> text1,
  2. MemoryPointer<RInt8> text2
)

Check if two text string are equal

Implementation

bool TextIsEqual(
  MemoryPointer<RChar> text1,
  MemoryPointer<RChar> text2,
);