PixelFormat.Equality(PixelFormat, PixelFormat) Betreiber

Definition

Überprüft zwei PixelFormat-Instanzen auf 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 zu vergleichende PixelFormat.

right
PixelFormat

Der zweite zu vergleichende PixelFormat.

Gibt zurück

Boolean

true, wenn die beiden PixelFormat-Objekte gleich sind, andernfalls false.

Gilt für