ExpressionCodeGenerator.Equals(Object) Metoda

Definice

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Určuje, zda je tato instance a zadaný objekt stejné.

public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parametry

obj
Object

Objekt k porovnání s aktuální instancí.

Návraty

true if obj a this instance are the same type and represent the same value; otherwise, false.

Platí pro