TestMessageLogEntryIdentity Structure
A structure that holds information about the identity element of a log entry.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | TestMessageLogEntryIdentity(Int32, Int32) | Initializes a new instance of the TestMessageLogEntryIdentity structure. |
| Name | Description | |
|---|---|---|
![]() | EntryId | Gets the ID for the log entry. |
![]() | TestMessageLogId | Gets the ID for the test message log. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Returns a value that indicates whether the provided object is equal to the current object.(Overrides ValueType::Equals(Object^).) |
![]() | Equals(TestMessageLogEntryIdentity) | Returns a value that indicates whether the provided TestMessageLogEntryIdentity object is equal to the current object. |
![]() | GetHashCode() | Serves as a hash function for a particular structure. Is suitable for use in hash algorithms and data structures, such as a hash table.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(TestMessageLogEntryIdentity, TestMessageLogEntryIdentity) | Determines whether two TestMessageLogEntryIdentity objects have the same values (=). |
![]() ![]() | Inequality(TestMessageLogEntryIdentity, TestMessageLogEntryIdentity) | Determines whether two TestMessageLogEntryIdentity objects do not have the same values (!-). |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



