FilterableAttribute.IsDefaultAttribute Método

Definição

Determina se a instância atual da FilterableAttribute classe é igual ao Default atributo.

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

Devoluções

true se a instância atual de FilterableAttribute for igual a Default; caso contrário, false.

Observações

O método IsDefaultAttribute é um método auxiliar usado por ASP.NET para determinar se a instância atual da classe FilterableAttribute é igual ao objeto FilterableAttribute contido no campo Default.

Aplica-se a

Ver também