示例#1
0
        public bool Equals(YmnosIhosGroup ymnosGroup)
        {
            if (ymnosGroup == null)
            {
                throw new ArgumentNullException("YmnosIhosGroup.Equals");
            }

            return(Ihos.Equals(ymnosGroup.Ihos) && Annotation.Equals(ymnosGroup.Annotation) && Prosomoion.Equals(ymnosGroup.Prosomoion));
        }
示例#2
0
 public YmnosIhosGroup(YmnosIhosGroup source) : base(source)
 {
     Ihos = source.Ihos;
 }