PixelFormatChannelMask.Inequality 연산자

정의

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

비교할 두 번째 마스크입니다.

반환

Boolean

PixelFormatChannelMask 개체가 같지 않으면 true이고, 그렇지 않으면 false입니다.

적용 대상