Module.Inequality(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 op_Inequality : 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

Boolean

true eşit değilse left right; değilse , false.

Şunlara uygulanır