public override int GetHashCode()
 {
     return(GetType().GetHashCode() ^
            SystemFont.GetHashCode() ^
            Color.GetHashCode() ^
            Backdrop.GetHashCode() ^
            Encoding.GetHashCode());
 }