MethodBase.Equality(MethodBase, MethodBase) Operátor

Definíció

Azt jelzi, hogy két MethodBase objektum egyenlő-e.

public:
 static bool operator ==(System::Reflection::MethodBase ^ left, System::Reflection::MethodBase ^ right);
public static bool operator ==(System.Reflection.MethodBase? left, System.Reflection.MethodBase? right);
public static bool operator ==(System.Reflection.MethodBase left, System.Reflection.MethodBase right);
static member ( = ) : System.Reflection.MethodBase * System.Reflection.MethodBase -> bool
Public Shared Operator == (left As MethodBase, right As MethodBase) As Boolean

Paraméterek

left
MethodBase

Az első összehasonlítandó objektum.

right
MethodBase

A második összehasonlítandó objektum.

Válaszok

trueha left egyenlő ; rightegyébként. false

A következőre érvényes: