TestMessageLogEntryIdentity.Equals Method (Object)

 

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

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

public override bool Equals(
    object obj
)
public:
virtual bool Equals(
    Object^ obj
) override
override Equals : 
        obj:Object -> bool
Public Overrides Function Equals (
    obj As Object
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the provided object is equal to the current object; otherwise, false.

See Also

Equals Overload
TestMessageLogEntryIdentity Structure
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top