stgIsArraysHaveCommonElement

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

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.