public override int GetHashCode()
 {
     return(Variability.GetHashCode() ^
            Definitions.GetSequenceHashCode());
 }