Checks if the list contains a specified user.
Name
|
Description
|
Contains (int)
|
Checks if a user with the specified Thereforeā¢ user ID exists in the list.
|
Contains (string)
|
Checks if a user with the specified user name exists in the list.
|
Contains (TheUser)
|
Checks if a user with the same ID as the specified TheUser exists in the list.
|
Please check the help pages of the various overloads for the exact syntax in Visual Basic and C#.
|