Module.Equality(Module, Module) Operatör

Tanım

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

public:
 static bool operator ==(System::Reflection::Module ^ left, System::Reflection::Module ^ right);
public static bool operator == (System.Reflection.Module? left, System.Reflection.Module? right);
public static bool operator == (System.Reflection.Module left, System.Reflection.Module right);
static member ( = ) : System.Reflection.Module * System.Reflection.Module -> bool
Public Shared Operator == (left As Module, right As Module) As Boolean

Parametreler

left
Module

Karşılaştırma yapılacak ilk nesne.

right
Module

Karşılaştırma yapılacak ikinci nesne.

Döndürülenler

trueeşitseright; eşit değilseleft, false.

Şunlara uygulanır