ImageGear .NET v24.12 - Updated
contains Method

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > MarkCollection class : contains Method
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

Reference

MarkCollection class
MarkCollection Members