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
- other
Type: Microsoft.TeamFoundation.TestManagement.Client.TestImpactNodeIdentifier
A TestImpactNodeIdentifier object.
Return Value
Type: System.Boolean
true if the objects are equal; otherwise, false.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.