Partager via


ParameterizedString.Equals, méthode (ParameterizedString)

Retourne une valeur qui indique si la chaîne paramétrable fournie est égale à cette chaîne paramétrable.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
Public Function Equals ( _
    other As ParameterizedString _
) As Boolean
public bool Equals(
    ParameterizedString other
)
public:
bool Equals(
    ParameterizedString^ other
)
member Equals : 
        other:ParameterizedString -> bool 
public function Equals(
    other : ParameterizedString
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true si la chaîne paramétrable donnée est égale à cette chaîne paramétrable ; sinon false.

Sécurité .NET Framework

Voir aussi

Référence

ParameterizedString Classe

Equals, surcharge

Microsoft.TeamFoundation.TestManagement.Client, espace de noms