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

ImplementsIEquatableInterface() 개인적인 메소드

private ImplementsIEquatableInterface ( ) : void
리턴 void
        public void ImplementsIEquatableInterface() => Assert.True(typeof(IEquatable<ConsoleKeyInfo>).IsAssignableFrom(typeof(ConsoleKeyInfo)));