ReactOS 0.4.15-dev-7907-g95bf896
ATL::CSimpleArrayEqualHelperFalse< T > Class Template Reference

#include <atlsimpcoll.h>

Static Public Member Functions

static bool IsEqual (const T &, const T &)
 

Detailed Description

template<typename T>
class ATL::CSimpleArrayEqualHelperFalse< T >

Definition at line 27 of file atlsimpcoll.h.

Member Function Documentation

◆ IsEqual()

template<typename T >
static bool ATL::CSimpleArrayEqualHelperFalse< T >::IsEqual ( const T ,
const T  
)
inlinestatic

Definition at line 30 of file atlsimpcoll.h.

31 {
33 return false;
34 }
#define ATLASSERT(x)
Definition: CComVariant.cpp:10
#define FALSE
Definition: types.h:117

The documentation for this class was generated from the following file: