PixelFormat.Inequality(PixelFormat, PixelFormat) Betreiber

Definition

Überprüft zwei PixelFormat-Instanzen auf Ungleichheit.

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 zu vergleichende PixelFormat.

right
PixelFormat

Der zweite zu vergleichende PixelFormat.

Gibt zurück

true, wenn die PixelFormat-Objekte ungleich sind, andernfalls false.

Gilt für: