SameAttrOf
#define SameAttrOf(a,b) (AttrOf(a) == AttrOf(b) && GetPair(a) == GetPair(b))
#define SameAttrOf(a,b) (AttrOf(a) == AttrOf(b))