Determines if it contains the specified value.
value | Search value |
offset | Starting position |
True if found, false if not found.
It looks at the specified value in order from the subscript of the search start position, and returns whether the specified value exists.
Distinguished comparison (=== operator behavior) is used for comparison.