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 | |
|---|---|---|
![]() |
TestMessageLogEntryIdentity | Initializes a new instance of the TestMessageLogEntryIdentity structure. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
EntryId | Gets the ID for the log entry. |
![]() |
TestMessageLogId | Gets the ID for the test message log. |
Top
Methods
| 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. |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from 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 | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Operators
| Name | Description | |
|---|---|---|
![]() ![]() |
Equality | Determines whether two TestMessageLogEntryIdentity objects have the same values (=). |
![]() ![]() |
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.
.gif)
.gif)
.gif)
.gif)
.gif)