EditAndContinueLogEntry.Equals Metoda

Definice

Přetížení

Equals(Object)
Equals(EditAndContinueLogEntry)

Určuje, zda je aktuální objekt roven jinému objektu stejného typu.

Equals(Object)

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

Návraty

Platí pro

Equals(EditAndContinueLogEntry)

Zdroj:
EditAndContinueLogEntry.cs
Zdroj:
EditAndContinueLogEntry.cs
Zdroj:
EditAndContinueLogEntry.cs

Určuje, zda je aktuální objekt roven jinému objektu stejného 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

Objekt, který chcete porovnat s tímto objektem.

Návraty

true pokud je aktuální objekt roven parametru other , jinak hodnota false.

Implementuje

Platí pro