PixelFormat.Equality(PixelFormat, PixelFormat) Operator

定義

2 つの 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

比較する 2 つ目の PixelFormat

返品

true 2 つの PixelFormat オブジェクトが等しい場合は 。それ以外の場合は false

適用対象