equalPtr()
The function compares if both given pointers point to the same object in memory.
Synopsis
bool equalPtr(shared_ptr s1, shared_ptr s2)
Parameters
| Parameter | Description |
|---|---|
| s1, s2 | Pointers to be compared. |
Assignment
CTRL++
Availability
CTRL, UI
The function compares if both given pointers point to the same object in memory.
bool equalPtr(shared_ptr s1, shared_ptr s2)
| Parameter | Description |
|---|---|
| s1, s2 | Pointers to be compared. |
CTRL++
CTRL, UI