PixelFormatChannelMask.Inequality Opérateur

Définition

Compare deux instances PixelFormatChannelMask pour vérifier leur inégalité.

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

Paramètres

left
PixelFormatChannelMask

Premier masque à comparer.

right
PixelFormatChannelMask

Second masque à comparer.

Retours

true si les deux objets PixelFormatChannelMask ne sont pas égaux ; sinon, false.

S’applique à