PixelFormat.Equality(PixelFormat, PixelFormat) Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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。