imStrEqual

Check if the two strings are equal. * \ingroup str

version(IM)
extern (C) @nogc nothrow
int
imStrEqual
(
const(char)* str1
,
const(char)* str2
)

Meta