Function CSPArray<T>::operator ==()

Description:
Checks whether two arrays have the same content.

Micronovae Prototype:
bool operator ==(const CSPArray<T>& Array) const;

Arguments:
  • const CSPArray<T>& Array [IN]
    The array whose content to compare.



Return value:
If the arrays have the same content, it returns true. Otherwise, it returns false.

See also:
member function operator != ()
CSPArray<T> | Template classes | Class Categories | Online help home | Back

Copyright © 2002 - 2006 Micronovae Ltd. - www.micronovae.com