PixelFormatChannelMask.Inequality 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
比較兩個 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
參數
要比較的第一個遮罩。
- right
- PixelFormatChannelMask
要比較的第二個遮罩。
傳回
若兩個 PixelFormatChannelMask 物件相同,為 true
,否則為 false
。