Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A structure that holds information about the identity element of a log entry.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Structure TestMessageLogEntryIdentity _
    Implements IEquatable(Of TestMessageLogEntryIdentity)
public struct TestMessageLogEntryIdentity : IEquatable<TestMessageLogEntryIdentity>
public value class TestMessageLogEntryIdentity : IEquatable<TestMessageLogEntryIdentity>
[<Sealed>]
type TestMessageLogEntryIdentity =  
    struct 
        interface IEquatable<TestMessageLogEntryIdentity>
    end
JScript supports the use of structures, but not the declaration of new ones.
The TestMessageLogEntryIdentity type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | TestMessageLogEntryIdentity | Initializes a new instance of the TestMessageLogEntryIdentity structure. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | EntryId | Gets the ID for the log entry. | 
| .gif) | TestMessageLogId | Gets the ID for the test message log. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals(Object) | Returns a value that indicates whether the provided object is equal to the current object. (Overrides ValueType.Equals(Object).) | 
| .gif) | Equals(TestMessageLogEntryIdentity) | Returns a value that indicates whether the provided TestMessageLogEntryIdentity object is equal to the current object. | 
| .gif) | 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.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | 
Top
Operators
| Name | Description | |
|---|---|---|
| .gif) .gif) | Equality | Determines whether two TestMessageLogEntryIdentity objects have the same values (=). | 
| .gif) .gif) | Inequality | Determines whether two TestMessageLogEntryIdentity objects do not have the same values (!-). | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.