EditAndContinueLogEntry.Equals Metoda

Definicja

Przeciążenia

Equals(Object)
Equals(EditAndContinueLogEntry)

Wskazuje, czy bieżący obiekt jest równy innemu obiektowi tego samego typu.

Equals(Object)

Źródło:
EditAndContinueLogEntry.cs
Źródło:
EditAndContinueLogEntry.cs
Źródło:
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

Parametry

obj
Object

Zwraca

Dotyczy

Equals(EditAndContinueLogEntry)

Źródło:
EditAndContinueLogEntry.cs
Źródło:
EditAndContinueLogEntry.cs
Źródło:
EditAndContinueLogEntry.cs

Wskazuje, czy bieżący obiekt jest równy innemu obiektowi tego samego typu.

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

Parametry

other
EditAndContinueLogEntry

Obiekt do porównania z tym obiektem.

Zwraca

true jeśli bieżący obiekt jest równy parametrowi other ; w przeciwnym razie false.

Implementuje

Dotyczy