StringInfo.Equals(Object) Méthode

Définition

Indique si l’objet actuel StringInfo est égal à un objet spécifié.

public:
 override bool Equals(System::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 value paramètre est un StringInfo objet et que sa String propriété est égale à la String propriété de cet StringInfo objet ; sinon, false.

Attributs

S’applique à

Voir aussi