Assembly.Equality(Assembly, Assembly) Operador
Definição
public:
static bool operator ==(System::Reflection::Assembly ^ left, System::Reflection::Assembly ^ right);
public static bool operator == (System.Reflection.Assembly? left, System.Reflection.Assembly? right);
public static bool operator == (System.Reflection.Assembly left, System.Reflection.Assembly right);
static member ( = ) : System.Reflection.Assembly * System.Reflection.Assembly -> bool
Public Shared Operator == (left As Assembly, right As Assembly) As Boolean
Parâmetros
- left
- Assembly
O assembly a ser comparado com right.The assembly to compare to right.
- right
- Assembly
O assembly a ser comparado com left.The assembly to compare to left.
Retornos
true se left for igual a right; caso contrário, false.true if left is equal to right; otherwise, false.