PixelFormatChannelMask.Equality 연산자

정의

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

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

반환

Boolean

두 마스크가 같으면 true이고, 그렇지 않으면 false입니다.

적용 대상