Compare, ignore case - Connect_CDC - connect_cdc_mimix_share - Latest

Connect CDC System Reference Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
Latest
Language
English
Product name
Connect CDC
Title
Connect CDC System Reference Guide
Copyright
2024
First publish date
2003
ft:lastEdition
2024-08-20
ft:lastPublication
2024-08-20T21:40:14.000381

Method:   Compare, ignore case

Function name:   boolean compareignorecase

Parameter list:   (CHAR String1, CHAR String2)

Return type:CHAR

What the method does:    Does a case insensitive comparison of 2 character strings. The 2 character strings are passed as input arguments and the method returns a Boolean result: true if the 2 strings are equal, else false if they are not.

For example, the 2 strings mRuSeR and MrUsEr are equal when compared with this method.