FontWeight.Equality(FontWeight, FontWeight) Operatör

Tanım

eşitlik için iki FontWeight örneğini karşılaştırır.

public:
 static bool operator ==(System::Windows::FontWeight left, System::Windows::FontWeight right);
public static bool operator ==(System.Windows.FontWeight left, System.Windows.FontWeight right);
static member ( = ) : System.Windows.FontWeight * System.Windows.FontWeight -> bool
Public Shared Operator == (left As FontWeight, right As FontWeight) As Boolean

Parametreler

left
FontWeight

Karşılaştırmak için ilk örneği FontWeight .

right
FontWeight

Karşılaştırmak FontWeight için ikinci örneği.

Döndürülenler

true örnekleri FontWeight eşitse; değilse, false.

Şunlara uygulanır