L3DT documentation
Large 3D terrain generator

CzStr::IsStr

Description

A test for whether the string data in a CzStr object is identical to another C-style string.

Function prototype

bool CzStr::IsStr(const char* lpTextStr);

Arguments

Name Type Comment
lpTextStr const char* A hancle to the C-style string to be compared to the contents of the CzStr object.

Return value

True if the contents of the string pointed to by lpTextStr is identical to the string data in the CzStr object. False otherwise.

Comments

This function is equivalent to CzStr::Compare, but returns true (identical) or false (different).

 
zeolite/functions/czstr_isstr.txt · Last modified: 2017/08/31 04:19 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki