Program Base Library Functions

int pblArrayListContains

( pblArrayList* arrayList,
  void* element )

Returns true if this list contains the specified element.

Documentation

Returns true if this list contains the specified element.

Parameters:
arrayList - The list to use
element - Element to look for
Returns:
int rc != 0: The specified element is present
int rc == 0: The specified element is not present

Alphabetic index



This page was generated with the help of DOC++.