XG.Model.Domain.Servers.DuplicateChildExists C# (CSharp) Метод

DuplicateChildExists() защищенный Метод

protected DuplicateChildExists ( AObject aObject ) : bool
aObject AObject
Результат bool
        protected override bool DuplicateChildExists(AObject aObject)
        {
            return Server(aObject.Name) != null;
        }