EditAndContinueLogEntry.Equals Método

Definição

Sobrecargas

Equals(Object)
Equals(EditAndContinueLogEntry)

Indica se o objeto atual é igual a outro objeto do mesmo tipo.

Equals(Object)

Origem:
EditAndContinueLogEntry.cs
Origem:
EditAndContinueLogEntry.cs
Origem:
EditAndContinueLogEntry.cs
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

Retornos

Aplica-se a

Equals(EditAndContinueLogEntry)

Origem:
EditAndContinueLogEntry.cs
Origem:
EditAndContinueLogEntry.cs
Origem:
EditAndContinueLogEntry.cs

Indica se o objeto atual é igual a outro objeto do mesmo tipo.

public:
 virtual bool Equals(System::Reflection::Metadata::Ecma335::EditAndContinueLogEntry other);
public bool Equals (System.Reflection.Metadata.Ecma335.EditAndContinueLogEntry other);
override this.Equals : System.Reflection.Metadata.Ecma335.EditAndContinueLogEntry -> bool
Public Function Equals (other As EditAndContinueLogEntry) As Boolean

Parâmetros

other
EditAndContinueLogEntry

Um objeto para comparação com esse objeto.

Retornos

true se o objeto atual for igual ao parâmetro other; caso contrário, false.

Implementações

Aplica-se a