Determines whether the specified string is in the collection.
Syntax
function Leadtools.Annotations.Core.AnnRoles.contains(
)
Parameters
Parameter | Type | Description |
---|
item | string | The string to locate in the collection. |
Return Value
Type | Description |
---|
boolean | true if the string is found; otherwise, it is false. |
See Also