ParameterizedStringPart.Equals Method (ParameterizedStringPart)
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
'Declaration
Public Function Equals ( _
other As ParameterizedStringPart _
) As Boolean
public bool Equals(
ParameterizedStringPart other
)
public:
bool Equals(
ParameterizedStringPart other
)
member Equals :
other:ParameterizedStringPart -> bool
public function Equals(
other : ParameterizedStringPart
) : boolean
Parameters
other
Type: Microsoft.TeamFoundation.TestManagement.Client.ParameterizedStringPartA ParameterizedStringPart object.
Return Value
Type: Boolean
true if the provided object is equal to this object; otherwise, false.
.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.