PixelFormatChannelMask.Equality Operatore

Definizione

Verifica l'uguaglianza tra due istanze di PixelFormatChannelMask.

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

Parametri

left
PixelFormatChannelMask

Prima maschera da confrontare.

right
PixelFormatChannelMask

Seconda maschera da confrontare.

Restituisce

Boolean

true se le due maschere sono uguali; in caso contrario, false.

Si applica a