TestMessageLogEntryIdentity Structure
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
public struct TestMessageLogEntryIdentity : IEquatable<TestMessageLogEntryIdentity>
public value struct TestMessageLogEntryIdentity : IEquatable<TestMessageLogEntryIdentity>
[<Sealed>]
type TestMessageLogEntryIdentity =
struct
interface IEquatable<TestMessageLogEntryIdentity>
end
Public Structure TestMessageLogEntryIdentity
Implements IEquatable(Of TestMessageLogEntryIdentity)
Constructors
Name | Description | |
---|---|---|
TestMessageLogEntryIdentity(Int32, Int32) | Initializes a new instance of the TestMessageLogEntryIdentity structure. |
Properties
Name | Description | |
---|---|---|
EntryId | Gets the ID for the log entry. |
|
TestMessageLogId | Gets the ID for the test message log. |
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. |
|
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.) |
Operators
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 (!-). |
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.
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top