public override int GetHashCode()
 {
     if (!this.hashCodeCalculated)
     {
         this.hashCode           = AdomdUtils.GetHashCode(this);
         this.hashCodeCalculated = true;
     }
     return(this.hashCode);
 }