Share via


PixelFormatChannelMask.Inequality Betreiber

Definition

Überprüft zwei PixelFormatChannelMask-Instanzen auf Ungleichheit.

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

Parameter

left
PixelFormatChannelMask

Die erste zu vergleichende Maske.

right
PixelFormatChannelMask

Die zweite zu vergleichende Maske.

Gibt zurück

Boolean

true, wenn die beiden PixelFormatChannelMask-Objekte nicht gleich sind, andernfalls false.

Gilt für