FontWeight.Equals Methode

Definition

Bestimmt, ob ein FontWeight-Objekt einem angegebenen Objekt entspricht.

Überlädt

Equals(Object)

Bestimmt, ob das aktuelle FontWeight-Objekt einem angegebenen Objekt entspricht.

Equals(FontWeight)

Bestimmt, ob das aktuelle FontWeight-Objekt einem angegebenen FontWeight-Objekt entspricht.

Equals(Object)

Bestimmt, ob das aktuelle FontWeight-Objekt einem angegebenen Objekt entspricht.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameter

obj
Object

Das Object, das auf Gleichheit geprüft werden soll.

Gibt zurück

true, wenn die beiden Instanzen gleich sind, andernfalls false.

Gilt für:

Equals(FontWeight)

Bestimmt, ob das aktuelle FontWeight-Objekt einem angegebenen FontWeight-Objekt entspricht.

public:
 bool Equals(System::Windows::FontWeight obj);
public bool Equals (System.Windows.FontWeight obj);
override this.Equals : System.Windows.FontWeight -> bool
Public Function Equals (obj As FontWeight) As Boolean

Parameter

obj
FontWeight

Die Instanz von FontWeight, die auf Gleichheit überprüft werden soll.

Gibt zurück

true, wenn die beiden Instanzen gleich sind, andernfalls false.

Gilt für: