bool stgIsArraysHaveCommonElement(int[] inFirstArray, int[] inSecondArray)
Description
Find a common Element between two arrays
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inFirstArray | Int32 [] | First Array to search |
inSecondArray | Int32 [] | Second Array to search |
Return Type
bool
Example
Comments
Please sign in to leave a comment.