ReactOS 0.4.15-dev-7998-gdb93cb1
CPropMapEqual Struct Reference

Static Public Member Functions

static bool IsEqualKey (const ATL::CStringW &k1, const ATL::CStringW &k2)
 
static bool IsEqualValue (const ATL::CComVariant &v1, const ATL::CComVariant &v2)
 

Detailed Description

Definition at line 125 of file propbag.cpp.

Member Function Documentation

◆ IsEqualKey()

static bool CPropMapEqual::IsEqualKey ( const ATL::CStringW k1,
const ATL::CStringW k2 
)
inlinestatic

Definition at line 127 of file propbag.cpp.

128 {
129 return k1.CompareNoCase(k2) == 0;
130 }
int CompareNoCase(_In_z_ PCXSTR psz) const
Definition: cstringt.h:743

◆ IsEqualValue()

static bool CPropMapEqual::IsEqualValue ( const ATL::CComVariant v1,
const ATL::CComVariant v2 
)
inlinestatic

Definition at line 132 of file propbag.cpp.

133 {
134 return false;
135 }

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