MethodBase.Equality(MethodBase, MethodBase) Operador
Definição
Indica se dois objetos MethodBase são iguais.Indicates whether two MethodBase objects are equal.
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.The first object to compare.
- right
- MethodBase
O segundo objeto a ser comparado.The second object to compare.
Retornos
true se left for igual a right; caso contrário, false.true if left is equal to right; otherwise, false.