IdAndName Structure
Represents a test object that has only an ID and a name.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | IdAndName(Int32, String^) | Initializes a new instance of the IdAndName class by using the provided ID and name. |
| Name | Description | |
|---|---|---|
![]() | Equals(IdAndName) | Determines whether the provided IdAndName object is equal to the current object. |
![]() | Equals(Object^) | Determines whether the provided object is equal to the current object.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Returns the hash code for this instance.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(IdAndName, IdAndName) | Returns a value that indicates whether the values of two specified IdAndName objects are equal (==). |
![]() ![]() | Inequality(IdAndName, IdAndName) | Returns a value that indicates whether the values of two specified IdAndName objects are not equal (!=). |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



