PixelFormat.Inequality(PixelFormat, PixelFormat) Operator

Definition

Vergleicht zwei PixelFormat Instanzen für Ungleichheiten.

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 op_Inequality : 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 PixelFormat Objekte nicht gleich sind; andernfalls false.

Gilt für: