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
System_CAPS_pubmethod TestMessageLogEntryIdentity(Int32, Int32)

Initializes a new instance of the TestMessageLogEntryIdentity structure.

Properties

Name Description
System_CAPS_pubproperty EntryId

Gets the ID for the log entry.

System_CAPS_pubproperty TestMessageLogId

Gets the ID for the test message log.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Returns a value that indicates whether the provided object is equal to the current object.(Overrides ValueType.Equals(Object).)

System_CAPS_pubmethod Equals(TestMessageLogEntryIdentity)

Returns a value that indicates whether the provided TestMessageLogEntryIdentity object is equal to the current object.

System_CAPS_pubmethod 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().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from ValueType.)

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Equality(TestMessageLogEntryIdentity, TestMessageLogEntryIdentity)

Determines whether two TestMessageLogEntryIdentity objects have the same values (=).

System_CAPS_puboperatorSystem_CAPS_static 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