Assembly.Equality(Assembly, Assembly) Operatör

Tanım

İki Assembly nesnenin eşit olup olmadığını gösterir.

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

Parametreler

left
Assembly

ile karşılaştıracak rightderleme.

right
Assembly

ile karşılaştıracak leftderleme.

Döndürülenler

true eşitse leftright; değilse , false.

Şunlara uygulanır