PixelFormatChannelMask.Equality Operator

Definicja

Porównuje dwa PixelFormatChannelMask wystąpienia pod kątem równości.

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

Parametry

left
PixelFormatChannelMask

Pierwsza maska do porównania.

right
PixelFormatChannelMask

Druga maska do porównania.

Zwraca

true jeśli dwie maski są równe; w przeciwnym razie , false.

Dotyczy