| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Compare 2 memory locations
Source position: sysstrh.inc line 81
function CompareMemRange(  | 
P1: Pointer;  | 
P2: Pointer;  | 
Length: PtrUInt  | 
):Integer;  | 
CompareMemRange compares the 2 memory locations pointed to by P1 and P2 byte per byte. It stops comparing after Length bytes have been compared, or when it has encountered 2 different bytes. The result is then
None.
  | 
Checks whether 2 strings are the same (case insensitive)  |