System.Tests.ConsoleKeyInfoTests.HashCodeNotEquals_DifferentData C# (CSharp) Méthode

HashCodeNotEquals_DifferentData() private méthode

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