internal static IsZero6Supertype GetInstance(Hla hla)
        {
            IsZero6Supertype isZero6Supertype = new IsZero6Supertype();

            isZero6Supertype.Zero6Supertype = VirusCount.HlaToLength.ToZero6SupertypeBlanksString(hla.ToString());
            return(isZero6Supertype);
        }
        public override bool Equals(object obj)
        {
            IsZero6Supertype other = obj as IsZero6Supertype;

            if (null == other)
            {
                return(false);
            }
            else
            {
                return(Zero6Supertype.Equals(other.Zero6Supertype));
            }
        }