Click or drag to resize

IUserManagerContainsUser Method

Indicates whether a user exists in the local users list or not.

Namespace:  Sfs2X.Entities.Managers
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
bool ContainsUser(
	User user
)

Parameters

user
Type: Sfs2X.EntitiesUser
The object representing the user whose presence in the users list is to be tested.

Return Value

Type: Boolean
true if the passed user exists in the users list.
See Also