SFSRoomManagerContainsRoom Method |
Indicates whether a Room exists in the Rooms list or not.
Namespace:
Sfs2X.Entities.Managers
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public bool ContainsRoom(
Object idOrName
)
Parameters
- idOrName
- Type: SystemObject
The id or name of the Room object whose presence in the Rooms list is to be tested.
Return Value
Type:
Booleantrue if the passed Room exists in the Rooms list.
Implements
IRoomManagerContainsRoom(Object)See Also