public void TestEquals() { var expected = new ByteVectorValue(new byte[] { 0xff }); var actual = new ByteVectorValue(new byte[] { 0xff }); Assert.AreEqual(expected, actual); }
public void TestEquals() { var expected = new ByteVectorValue(new byte[] {0xff}); var actual = new ByteVectorValue(new byte[] {0xff}); Assert.AreEqual(expected, actual); }