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

'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
Public method TestMessageLogEntryIdentity Initializes a new instance of the TestMessageLogEntryIdentity structure.

Top

Properties

  Name Description
Public property EntryId Gets the ID for the log entry.
Public property TestMessageLogId Gets the ID for the test message log.

Top

Methods

  Name Description
Public method Equals(Object) Returns a value that indicates whether the provided object is equal to the current object. (Overrides ValueType.Equals(Object).)
Public method Equals(TestMessageLogEntryIdentity) Returns a value that indicates whether the provided TestMessageLogEntryIdentity object is equal to the current object.
Public method 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.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)

Top

Operators

  Name Description
Public operatorStatic member Equality Determines whether two TestMessageLogEntryIdentity objects have the same values (=).
Public operatorStatic member 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.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace