Returns true if any value not equal to the specified value is found in the range.
int32 ContainsNotEqual( Int32Iterator first, Int32Iterator last, int32 value )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Int32Iterator> | first | An iterator at the start of the range. |
| <Int32Iterator> | last | An iterator at the end of the range. |
| int32 | value | The sentinel value. |
None published. Please look for an example in the Simdify Scripting Language code base.