public override int GetHashCode()
 {
     unchecked
     {
         int result = _Row0.GetHashCode();
         result = (result * 397) ^ _Row1.GetHashCode();
         result = (result * 397) ^ _Row2.GetHashCode();
         return(result);
     }
 }