PixelFormatChannelMask.Equality 演算子

定義

2 つの 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

パラメーター

left
PixelFormatChannelMask

最初に比較するマスク。

right
PixelFormatChannelMask

2 番目に比較するマスク。

戻り値

2 つのマスクが等しい場合は true。それ以外の場合は false

適用対象