StringInfo.Equals(Object) Méthode

Définition

Indique si l'objet StringInfo en cours est égal à un objet spécifié.

public:
 override bool Equals(System::Object ^ value);
public override bool Equals (object value);
public override bool Equals (object? value);
[System.Runtime.InteropServices.ComVisible(false)]
public override bool Equals (object value);
override this.Equals : obj -> bool
[<System.Runtime.InteropServices.ComVisible(false)>]
override this.Equals : obj -> bool
Public Overrides Function Equals (value As Object) As Boolean

Paramètres

value
Object

Objet.

Retours

true si le paramètre value est un objet StringInfo et que sa propriété String est égale à la propriété String de cet objet StringInfo ; sinon, false.

Attributs

S’applique à

Voir aussi