Пример #1
0
            public void HashCodeDiffersByType()
            {
                var a = new EmailAddress("*****@*****.**");
                var b = new StringType("*****@*****.**");

                Assert.NotEqual(a.GetHashCode(), b.GetHashCode());
            }