Overload List

  NameDescription
AreEqual(Color, Color)
Asserts that the two supplied colours have identical R, G and B values.
AreEqual(Color, Color, Int32)
Asserts that the supplied colours have similar R, G and B values, within the supplied tolerance.
AreEqual(Color, Color, String)
Asserts that the two supplied colours have identical R, G and B values.
AreEqual(Color, Color, Int32, String)
Asserts that the supplied colours have similar R, G and B values, within the supplied tolerance.

See Also