assert_ptr_eq


Description:

[ 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

Parameters:

X

pointer

Y

pointer to compare against X

Since:

0.9.10


Namespace: Check
Package: check