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.
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfMarkCollection.contains(Mark); |
This function returns a boolean that indicates whether or not the collection contains the given mark.