FilterableAttribute.IsDefaultAttribute Method

Definition

Determines whether the current instance of the FilterableAttribute class is equal to the Default attribute.

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

Returns

true if the current instance of FilterableAttribute is equal to Default; otherwise, false.

Remarks

The IsDefaultAttribute method is a helper method used by ASP.NET to determine whether the current instance of the FilterableAttribute class is equal to the FilterableAttribute object contained in the Default field.

Applies to

See also