Ejemplo n.º 1
0
        public override bool Equals(object obj)
        {
            Hla other = obj as Hla;

            if (null == other)
            {
                return(false);
            }
            else
            {
                return(this == other);
            }
        }
Ejemplo n.º 2
0
 public virtual bool IsMoreGeneralThan(Hla hla)
 {
     throw new Exception("The method or operation is not implemented.");
 }