AmbientValueAttribute.Equals(Object) Método
Definição
Determina se o AmbientValueAttribute especificado é igual ao AmbientValueAttribute atual.Determines whether the specified AmbientValueAttribute is equal to the current AmbientValueAttribute.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parâmetros
- obj
- Object
O AmbientValueAttribute a ser comparado com o AmbientValueAttribute atual.The AmbientValueAttribute to compare with the current AmbientValueAttribute.
Retornos
true se o AmbientValueAttribute especificado for igual ao AmbientValueAttribute atual; caso contrário, false.true if the specified AmbientValueAttribute is equal to the current AmbientValueAttribute; otherwise, false.