private bool IsSameHashCode(System.ComponentModel.PropertyDescriptor p1, System.ComponentModel.PropertyDescriptor p2) { int hash1 = p1.GetPropertyDescriptorHash(); int hash2 = p2.GetPropertyDescriptorHash(); return(hash1 == hash2); }