예제 #1
0
        public string TestEquals(object obj)
        {
            var fileSystem = obj as FileSystem;

            if (fileSystem == null)
            {
                throw new ArgumentNullException();
            }
            return(root.TestEqualsFolder(fileSystem.root));
        }