Udostępnij przez


PixelFormatChannelMask.Inequality Operator

Definicja

Porównuje dwa PixelFormatChannelMask wystąpienia nierówności.

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

Parametry

left
PixelFormatChannelMask

Pierwsza maska do porównania.

right
PixelFormatChannelMask

Druga maska do porównania.

Zwraca

Wartość true, jeśli dwa obiekty PixelFormatChannelMask nie są takie same, w przeciwnym razie wartość false.

Dotyczy