[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SmartPrintRulesCollection.Contains

Contains Method

Contains(object)

Determines whether the collection contains the specified rule (SmartPrintRule object).

Declaration
public bool Contains(object value)
Public Function Contains(value As Object) As Boolean
Parameters
Type Name Description
object value

Object for which to check

Returns
Type Description
bool
Implements

Contains(SmartPrintRule)

Determines whether the collection contains the specified rule (SmartPrintRule object).

Declaration
public bool Contains(SmartPrintRule value)
Public Function Contains(value As SmartPrintRule) As Boolean
Parameters
Type Name Description
SmartPrintRule value

Rule (SmartPrintRule object) for which to check

Returns
Type Description
bool