Sdílet prostřednictvím


PixelFormatChannelMask.Inequality Operátor

Definice

Porovná dvě PixelFormatChannelMask instance nerovnosti.

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

První maska, která se má porovnat.

right
PixelFormatChannelMask

Druhá maska, která se má porovnat.

Návraty

Boolean

Hodnota true, pokud se objekty PixelFormatChannelMask liší, jinak hodnota false.

Platí pro