Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that indicates whether the provided object is equal to this object.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public bool Equals(
ParameterizedStringPart other
)
public:
bool Equals(
ParameterizedStringPart other
)
member Equals :
other:ParameterizedStringPart -> bool
Public Function Equals (
other As ParameterizedStringPart
) As Boolean
Parameters
other
Type: Microsoft.TeamFoundation.TestManagement.Client.ParameterizedStringPartA ParameterizedStringPart object.
Return Value
Type: System.Boolean
true if the provided object is equal to this object; otherwise, false.
See Also
Equals Overload
ParameterizedStringPart Structure
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top