native

equal

Syntax

native equal(const a[],const b[],c=0);

Description

Returns whether two strings are equal.

Parameters

a First string (left).
b Second string (right).
c Number of characters to compare.

Return

True if equal, false otherwise.