Determines whether the collection contains the specified WallRange.
'Declaration
Public Function Contains( _
ByVal As WallRange _
) As System.Boolean
public System.bool Contains(
WallRange
)
Parameters
- value
- The wall range to check.
Return Value
Boolean. True if the collection contains the parameter given; otherwise False.