public override int GetHashCode()
 {
     return(rttype.GetHashCode() ^ linktype.GetHashCode());
 }