System.Tests.ConsoleKeyInfoTests.HashCodeNotEquals_DifferentData C# (CSharp) Method

HashCodeNotEquals_DifferentData() private method

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