示例#1
0
 public override int GetHashCode()
 {
     return(Expand.GetHashCode() ^ Force.GetHashCode() ^ GroupBy.GetHashCode() ^ DisplayError.GetHashCode()
            ^ ShowError.GetHashCode() ^ View.GetHashCode() ^ Properties.GetHashCode());
 }