[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.WallRangesCollection.Contains

Contains Method

Contains(WallRange)

Determines whether the Collection contains the given WallRange

Declaration
public bool Contains(WallRange value)
Parameters
Type Name Description
WallRange value

The WallRange to find within the collection

Returns
Type Description
bool
true
if the collection contains the
value
parameter given; otherwise,
false
.