/// <summary>
 /// Override of GetHashCode method
 /// </summary>
 /// <returns>The hash code for this instance</returns>
 /// <exclude/>
 public override int GetHashCode()
 {
     return(disc.GetHashCode());
 }