Function CSPVarArray::operator ==()

Description:
Checks whether two variant arrays have the same content.

Prototype:
bool operator ==(const CSPVarArray& VarArray) const;

Arguments:
  • const CSPVarArray& VarArray [IN]
    The variant 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 != ()
CSPVarArray | Basic classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd