Visual Studio 2012 complains about comparing two Brushes:
private void SetLabel(string stText, Brushes colorBackground)
{
if (colorBackGround == Brushes.Yellow)
...
}
Error message: "The name 'colorBackGround' does not exist in the current context"