MethodBase.Equality(MethodBase, MethodBase) Operador

Definição

Indica se dois objetos MethodBase são iguais.

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

Parâmetros

left
MethodBase

O primeiro objeto a ser comparado.

right
MethodBase

O segundo objeto a ser comparado.

Retornos

Boolean

true se left for igual a right; caso contrário, false.

Aplica-se a