PixelFormatChannelMask.Inequality 演算子

定義

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 op_Inequality : 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 つの PixelFormatChannelMask オブジェクトが等しくない場合は true。それ以外の場合は false

適用対象