[]
Determines whether the Collection contains the given WallRange
public bool Contains(WallRange value)
Type | Name | Description |
---|---|---|
WallRange | value | The WallRange to find within the collection |
Type | Description |
---|---|
bool | if the collection contains the parameter given; otherwise, .
|