[ Version ( since = "0.9.10" ) ]
public void assert_ptr_eq (void* X, void* Y)
Check if two pointers are equal.
If the two passed pointers are not equal, the test fails.
Note that if the check fails, the remaining of the test is aborted
X |
pointer |
Y |
pointer to compare against X |
0.9.10