public override int GetHashCode()
 {
     return(visibility.GetHashCode());
 }
 // Get a hash code for this object.
 public override int GetHashCode()
 {
     return(vis.GetHashCode());
 }