Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SmartPrintRulesCollection Class / Contains Method / Contains(Object) Method
Object for which to check
Example


In This Topic
    Contains(Object) Method
    In This Topic
    Determines whether the collection contains the specified rule (SmartPrintRule object).
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal value As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As SmartPrintRulesCollection
    Dim value As Object
    Dim value As Boolean
     
    value = instance.Contains(value)
    public bool Contains( 
       object value
    )

    Parameters

    value
    Object for which to check
    Example
    This example returns if the collection contains the rule.
    See Also