RoomCollection.Contains
public bool Contains(Room item)
Determines whether the room is in the collection
Parameters
Name | Type | Description |
---|---|---|
item | Room | room |
Returns
Type | Description |
---|---|
Boolean | true on success or false |
public bool Contains(Room item)
Determines whether the room is in the collection
Name | Type | Description |
---|---|---|
item | Room | room |
Type | Description |
---|---|
Boolean | true on success or false |