PixelFormat.Inequality(PixelFormat, PixelFormat) Operator

Definitie

Vergelijkt twee PixelFormat instanties voor ongelijkheid.

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

Parameters

left
PixelFormat

De eerste PixelFormat die moet worden vergeleken.

right
PixelFormat

De tweede PixelFormat die moet worden vergeleken.

Retouren

trueals de PixelFormat objecten niet gelijk zijn; anders. false

Van toepassing op