Sdílet prostřednictvím


LabelHandle.Equals Metoda

Definice

Přetížení

Equals(Object)
Equals(LabelHandle)

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

Equals(Object)

Zdroj:
LabelHandle.cs
Zdroj:
LabelHandle.cs
Zdroj:
LabelHandle.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(LabelHandle)

Zdroj:
LabelHandle.cs
Zdroj:
LabelHandle.cs
Zdroj:
LabelHandle.cs

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

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

Parametry

other
LabelHandle

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