Gentee Programming Language > Documentation > Libraries | Download documentation |
Compare a string with the specified data or string. The comparison is carried out only at the length of the string the method is called for.
uint str.eqlenign( uint src )
src The pointer to the data to be compared. The comparison is case-insensitive.
uint str.eqlenign( str src )
src The pointer to the string to be compared. The comparison is case-insensitive.
uint str.eqlen( str src )
src The pointer to the string to be compared.
uint str.eqlen( uint src )
src The pointer to the data to be compared.
Returns 1 if there is an equality and 0 otherwise.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |