Example #1
0
        public void Equals()
        {
            sanitized = new SanitizedPath("C:/lua");
            var other = new SanitizedPath(@"C:\lua");

            Assert.IsTrue(sanitized.Equals(other));
        }