bool axl_list_exists_at ( axlList list,
axlPointer  pointer,
int  position 
)

Allows to check if the given pointer is stored on the given position.

Parameters:
list The list where the operation will be run.
pointer The pointer to check.
position The position where is expected to find the pointer.
Returns:
true if the given data, referenced by the pointer, is stored on the given position.