CDefaultCompareTraits::CompareElements
Visual Studio 2005
Call this function to compare two elements for equality.
static bool CompareElements( const T& element1, const T& element2 );
Parameters
- element1
-
The first element.
- element2
-
The second element.