Returns True if P1 and P2 have the same content.
Source position: lazstringutils.pas line 106
function SamePChar( |
P1: PChar; |
P2: PChar |
):Boolean; |
P1 |
|
Pointer to characters compared in the routine. |
P2 |
|
Pointer to characters compared in the routine. |
True when P1 and P2 have the same content, or are the same pointer.
Returns False if either P1 or P2 are unassigned (contain Nil).
| Version 4.6 | Generated 2026-02-20 | Home |