equal
- Синтаксис
-
native equal(const a[],const b[],c=0);
Переменная | Описание |
---|---|
a |
First string (left). |
b |
Second string (right). |
c |
Number of characters to compare. |
- Описание
- Returns whether two strings are equal.
- Возвращает
- True if equal, false otherwise.