Function CSPBuffer::operator ==()

Description:
Checks whether two buffers have the same content.

Micronovae Prototype:
bool operator ==(const CSPBuffer& Buffer) const;

Arguments:
  • const CSPBuffer& Buffer [IN]
    The buffer whose content to compare.



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

See also:
member function operator != ()
CSPBuffer | Basic classes | Class Categories | Online help home | Back

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