| 
  static | 
| T | Type of each element in the array | 
| thisArray | one the array to be compared against | 
| otherArray | the other array to compare against | 
| compareFunction | function that specifies how to compare each element. (System.Comparison>T> returns 0 for equal values) |