Click or drag to resize

SFSRoomContainsUser Method

Indicates whether the specified user is currently inside this Room or not.

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

Parameters

user
Type: Sfs2X.EntitiesUser
The object representing the user whose presence in this Room must be checked.

Return Value

Type: Boolean
true if the user is inside this Room; false otherwise.

Implements

RoomContainsUser(User)
See Also