Exemplo n.º 1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return(((SQLCondition != null ? SQLCondition.GetHashCode() : 0) * 397) ^
                (Display != null ? Display.GetHashCode() : 0));
     }
 }