System.Windows.Forms.Form.ShouldSerializeIcon C# (CSharp) Method

ShouldSerializeIcon() private method

private ShouldSerializeIcon ( ) : bool
return bool
		internal bool ShouldSerializeIcon ()
		{
			return this.Icon != default_icon;
		}
Form