ColorContext.Equality(ColorContext, ColorContext) Betreiber

Definition

Verarbeitet zwei Instanzen von ColorContext, um ihre Gleichheit zu bestimmen.

public:
 static bool operator ==(System::Windows::Media::ColorContext ^ context1, System::Windows::Media::ColorContext ^ context2);
public static bool operator == (System.Windows.Media.ColorContext context1, System.Windows.Media.ColorContext context2);
[System.Security.SecurityCritical]
public static bool operator == (System.Windows.Media.ColorContext context1, System.Windows.Media.ColorContext context2);
static member ( = ) : System.Windows.Media.ColorContext * System.Windows.Media.ColorContext -> bool
[<System.Security.SecurityCritical>]
static member ( = ) : System.Windows.Media.ColorContext * System.Windows.Media.ColorContext -> bool
Public Shared Operator == (context1 As ColorContext, context2 As ColorContext) As Boolean

Parameter

context1
ColorContext

Die erste Instanz eines zu vergleichenden ColorContext.

context2
ColorContext

Die zweite Instanz eines zu vergleichenden ColorContext.

Gibt zurück

Boolean

true, wenn die Instanzen von ColorContext gleich sind, andernfalls false.

Attribute

Gilt für