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)); }
public YmnosIhosGroup(YmnosIhosGroup source) : base(source) { Ihos = source.Ihos; }