Beispiel #1
0
inline
bool
CObject::IsObjectType (const CType& t) const
{
    return GetType().Get() == t.Get();
}
Beispiel #2
0
inline
bool operator ==(const CType& l, const CType& r)
{
    return l.Get() == r.Get();
}