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

DuplicateChildExists() protected method

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