TextInfo.Equals(Object) Methode

Definition

Bestimmt, ob das angegebene Objekt dasselbe Schreibsystem wie das aktuelle TextInfo Objekt darstellt.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals(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 Objekt, das mit dem aktuellen TextInfoverglichen werden soll.

Gibt zurück

true if obj represents the same writing system as the current TextInfo; otherwise, false.

Hinweise

Diese Methode überschreibt Object.Equals.

Gilt für:

Weitere Informationen