public int BinarySearch(T item, IComparer <T> aComparer) { return(CArray.BinarySearch(m_Array, 0, m_Count, item, aComparer)); }