[Overview][Constants][Types][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |