PreviousequalsIgnoreCase Up
ByteArray
getAddressNext

ByteArray Method equalsIgnoreCasebyLengthValue

Return true (1) if the value indicated by compareValue and compareLength is equal to the value of this instance, ignoring case, else return false (0). However the comparison ignores the CompareLength is the number of bytes from compareValue to compare.

Using Parameters
comparelength PIC 9(9) COMP-5
comparevalue PIC X
Returning Parameter
lnkbool PIC 99 COMP-5