FilterableAttribute.IsDefaultAttribute Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 -> boolPublic Overrides Function IsDefaultAttribute () As BooleanReturns
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.