PixelFormatChannelMask.Equality Betreiber

Definition

Überprüft zwei PixelFormatChannelMask-Instanzen auf Gleichheit.

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 ( = ) : 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 Masken gleich sind, andernfalls false.

Gilt für