PixelFormat.Equality(PixelFormat, PixelFormat) Operator

Definition

Vergleicht zwei PixelFormat Instanzen für Gleichheit.

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

Parameter

left
PixelFormat

Der erste PixelFormat , der verglichen werden soll.

right
PixelFormat

Die zweite PixelFormat zu vergleichende.

Gibt zurück

true wenn die beiden PixelFormat Objekte gleich sind; andernfalls false.

Gilt für: