using System; namespace XMainClient { internal enum ItemAttrCompareResult { IACR_NOT_COMPARABLE, IACR_EQUAL, IACR_SMALLER, IACR_LARGER = 4 } }