Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns false.
static bool IsEqual(
const T& ,
const T&
);
Return Value
Returns false.
Remarks
This method always returns false, and will call ATLASSERT with an argument of false if referenced. The purpose of CSimpleArrayEqualHelperFalse::IsEqual is to force methods using comparisons to fail in a well-defined manner when equality tests have not been adequately defined.
Requirements
Header: atlsimpcoll.h
See Also
Reference
CSimpleArrayEqualHelperFalse Class