public override bool Equals(object o) { if (this == o) { return(true); } if (o == null || GetType() != o.GetType()) { return(false); } Net.Vpc.Upa.Impl.DefaultSection that = (Net.Vpc.Upa.Impl.DefaultSection)o; if (GetName() != null ? !GetName().Equals(that.GetName()) : that.GetName() != null) { return(false); } if (parent != null ? !parent.Equals(that.parent) : that.parent != null) { return(false); } if (entity != null ? !entity.Equals(that.entity) : that.entity != null) { return(false); } return(true); }
public DefaultSectionPrivateAddItemInterceptor(Net.Vpc.Upa.Impl.DefaultSection defaultSection) { this.defaultSection = defaultSection; }