StringArray.contains Method

Module: StringArray

Definition

Returns a value indicating whether a specified string occurs in this string array.

bool contains(String? item)

Parameters

item String
in The string to seek.

Returns

bool
true if the item parameter occurs within this string array; otherwise, false.

Exceptions

An error has occurred during Bioseal Library execution.