|
Navigation: Function Reference > General Utility Functions > compareMem() compareMem() |
Top Previous Next |
compareMem( P1, P2: Pointer; Length: Integer ) : Boolean;
Compares length bytes pointed to by P1 and P2 for equality. Returns true if both memory regions contain identical contents, otherwise false.
Parameters
P1 |
pointer |
P2 |
pointer |
Length |
integer |