ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / MarkCollection class / contains Method

In This Topic
    contains Method
    In This Topic
    Indicates whether the collection contains the given mark.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function contains( 
       mark : Mark
    ) : boolean;
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfMarkCollection.contains(Mark);

    Parameters

    mark
    The mark to look for.

    Return Value

    true if the mark is in the collection, false otherwise.
    Remarks

    This function returns a boolean that indicates whether or not the collection contains the given mark.

    See Also