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
- other
Type : Microsoft.TeamFoundation.TestManagement.Client.ParameterizedString
Objet ParameterizedString.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.TestManagement.Client, espace de noms