XG.Model.Domain.Servers.DuplicateChildExists C# (CSharp) Method

DuplicateChildExists() protected method

protected DuplicateChildExists ( AObject aObject ) : bool
aObject AObject
return bool
        protected override bool DuplicateChildExists(AObject aObject)
        {
            return Server(aObject.Name) != null;
        }