DescriptionAttribute.IsDefaultAttribute Method

Definition

Returns a value indicating whether this is the default DescriptionAttribute instance.

public:
 override bool IsDefaultAttribute();
public override bool IsDefaultAttribute ();
override this.IsDefaultAttribute : unit -> bool
Public Overrides Function IsDefaultAttribute () As Boolean

Returns

true, if this is the default DescriptionAttribute instance; otherwise, false.

Remarks

The default value is an empty string ("").

Applies to