ProjectTargetFileContext.Equals Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Equals(ProjectTargetFileContext) | |
| Equals(Object) |
Equals(ProjectTargetFileContext)
Indicates whether the current object is equal to another object of the same type.
public:
virtual bool Equals(Microsoft::VisualStudio::Workspace::ProjectTargetFileContext ^ other);
public bool Equals (Microsoft.VisualStudio.Workspace.ProjectTargetFileContext other);
override this.Equals : Microsoft.VisualStudio.Workspace.ProjectTargetFileContext -> bool
Public Function Equals (other As ProjectTargetFileContext) As Boolean
Parâmetros
- other
- ProjectTargetFileContext
Retornos
Implementações
Aplica-se a
Equals(Object)
public:
override bool Equals(System::Object ^ obj);
public:
override bool Equals(Platform::Object ^ obj);
override bool Equals(winrt::Windows::Foundation::IInspectable const & 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