ProductInfoHeaderValue.Equals(Object) Método
Definição
Determina se o Object especificado é igual ao objeto ProductInfoHeaderValue atual.Determines whether the specified Object is equal to the current ProductInfoHeaderValue object.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (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 objeto a ser comparado com o objeto atual.The object to compare with the current object.
Retornos
true se o Object especificado for igual ao objeto atual; caso contrário, false.true if the specified Object is equal to the current object; otherwise, false.