TestImpactNodeIdentifier.Equals Method (TestImpactNodeIdentifier)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Determines whether two test impact node identifiers are equal.

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

Syntax

'Declaration
Public Function Equals ( _
    other As TestImpactNodeIdentifier _
) As Boolean
public bool Equals(
    TestImpactNodeIdentifier other
)
public:
virtual bool Equals(
    TestImpactNodeIdentifier other
) sealed
abstract Equals : 
        other:TestImpactNodeIdentifier -> bool 
override Equals : 
        other:TestImpactNodeIdentifier -> bool 
public final function Equals(
    other : TestImpactNodeIdentifier
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the objects are equal; otherwise, false.

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

TestImpactNodeIdentifier Structure

Equals Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace