PixelFormat.Equality(PixelFormat, PixelFormat) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
比較兩個 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。
傳回
如果兩個 PixelFormat 物件相等則為 true
,否則為 false
。