Checks if a user with the same ID as the specified TheUser exists in the list.
Namespace: Therefore.API
Parameters
pUser
User to look for.
Return Value
Value
|
Condition
|
true
|
List contains at least one user with same ID as the specified pUser.
|
false
|
List does not contain a user with the same ID as the specified pUser.
|
|
Exception
|
Condition
|
Null Reference Argument
|
pUserList is a null reference / null pointer.
|
|