Gentee Programming Language > Documentation > Libraries Download documentation

str.eqlen

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
)

Parameters

srcThe pointer to the data to be compared. The comparison is case-insensitive.

 
uint str.eqlenign(
      str   src
)

Parameters

srcThe pointer to the string to be compared. The comparison is case-insensitive.

 
uint str.eqlen(
      str   src
)

Parameters

srcThe pointer to the string to be compared.



 
uint str.eqlen(
      uint   src
)

Parameters

srcThe pointer to the data to be compared.

Return value

Returns 1 if there is an equality and 0 otherwise.

See also

    Strings


 Copyright © 2004-2006 Gentee Inc. All rights reserved.