PixelFormat.Equality(PixelFormat, PixelFormat) 연산자

정의

PixelFormat 인스턴스를 같음으로 비교합니다.

public:
 static bool operator ==(System::Windows::Media::PixelFormat left, System::Windows::Media::PixelFormat right);
public static bool operator ==(System.Windows.Media.PixelFormat left, System.Windows.Media.PixelFormat right);
static member ( = ) : System.Windows.Media.PixelFormat * System.Windows.Media.PixelFormat -> bool
Public Shared Operator == (left As PixelFormat, right As PixelFormat) As Boolean

매개 변수

left
PixelFormat

비교할 첫 번째 PixelFormat 입니다.

right
PixelFormat

비교할 두 번째 PixelFormat 입니다.

반품

개체가 같으면 그렇지 않으면 .입니다.

적용 대상