System.Tests.ConsoleKeyInfoTests.HashCodeNotEquals_DifferentData C# (CSharp) 메소드

HashCodeNotEquals_DifferentData() 개인적인 메소드

private HashCodeNotEquals_DifferentData ( ConsoleKeyInfo left, ConsoleKeyInfo right ) : void
left ConsoleKeyInfo
right ConsoleKeyInfo
리턴 void
        public void HashCodeNotEquals_DifferentData(ConsoleKeyInfo left, ConsoleKeyInfo right)
        {
            Assert.NotEqual(left.GetHashCode(), right.GetHashCode());
        }