IRoomManagerContainsRoom 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 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.
See Also