System.Windows.Forms.Control.ShouldSerializeFont C# (CSharp) 메소드

ShouldSerializeFont() 개인적인 메소드

private ShouldSerializeFont ( ) : bool
리턴 bool
		internal bool ShouldSerializeFont ()
		{
			return !this.Font.Equals (DefaultFont);
		}
Control