FontWeight.Equality(FontWeight, FontWeight) Operatör

Tanım

eşitlik için iki örneğini FontWeight 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ıracak ilk örneği FontWeight .

right
FontWeight

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

Döndürülenler

Boolean

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

Şunlara uygulanır