Assembly.Equality(Assembly, Assembly) Operator

Definicja

Wskazuje, czy dwa Assembly obiekty są równe.

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

Parametry

left
Assembly

Zestaw do porównania z right.

right
Assembly

Zestaw do porównania z left.

Zwraca

true jeśli left jest równe right; w przeciwnym razie , false.

Dotyczy