Exemplo n.º 1
0
 public void Equals_Other_ReturnsExpected(ToolboxBitmapAttribute attribute, object other, bool expected)
 {
     Assert.Equal(expected, attribute.Equals(other));
     Assert.Equal(attribute.GetHashCode(), attribute.GetHashCode());
 }