BSky.RecentFileHandler.RecentDocs.IsDuplicateInXml C# (CSharp) Метод

IsDuplicateInXml() приватный Метод

private IsDuplicateInXml ( string item ) : bool
item string
Результат bool
        private bool IsDuplicateInXml(string item)
        {
            return FilesList.Contains(item); // FilesList is the latest copy of what XML has.
        }
        #endregion