FontWeight.Equality(FontWeight, FontWeight) Operator

Definitie

Vergelijkt twee instanties voor FontWeight gelijkheid.

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

Parameters

left
FontWeight

Het eerste exemplaar van FontWeight het vergelijken.

right
FontWeight

Het tweede exemplaar van FontWeight het vergelijken.

Retouren

trueals de exemplaren FontWeight gelijk zijn; anders. false

Van toepassing op