IdAndName.Equals, méthode (IdAndName)
Détermine si l'objet IdAndName fourni est égal à l'objet actif.
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 IdAndName _
) As Boolean
public bool Equals(
IdAndName other
)
public:
virtual bool Equals(
IdAndName other
) sealed
abstract Equals :
other:IdAndName -> bool
override Equals :
other:IdAndName -> bool
public final function Equals(
other : IdAndName
) : boolean
Paramètres
other
Type : Microsoft.TeamFoundation.TestManagement.Client.IdAndNameObjet IdAndName.
Valeur de retour
Type : Boolean
true si les deux objets sont égaux ; sinon false.
Implémentations
IEquatable.Equals(UTP)
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, voir 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