Aracılığıyla paylaş


PixelFormatChannelMask.Inequality Operatör

Tanım

Eşitsizlik için iki PixelFormatChannelMask örneği karşılaştırır.

public:
 static bool operator !=(System::Windows::Media::PixelFormatChannelMask left, System::Windows::Media::PixelFormatChannelMask right);
public static bool operator != (System.Windows.Media.PixelFormatChannelMask left, System.Windows.Media.PixelFormatChannelMask right);
static member op_Inequality : System.Windows.Media.PixelFormatChannelMask * System.Windows.Media.PixelFormatChannelMask -> bool
Public Shared Operator != (left As PixelFormatChannelMask, right As PixelFormatChannelMask) As Boolean

Parametreler

left
PixelFormatChannelMask

Karşılaştıracak ilk maske.

right
PixelFormatChannelMask

Karşılaştıracak ikinci maske.

Döndürülenler

Boolean

true iki PixelFormatChannelMask nesne eşit değilse; değilse, false.

Şunlara uygulanır