ParameterizedString.Equals Method (ParameterizedString)
Returns a value that indicates whether the provided parameterized string is equal to this parameterized string.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Function Equals ( _
other As ParameterizedString _
) As Boolean
public bool Equals(
ParameterizedString other
)
public:
bool Equals(
ParameterizedString^ other
)
member Equals :
other:ParameterizedString -> bool
public function Equals(
other : ParameterizedString
) : boolean
Parameters
- other
Type: Microsoft.TeamFoundation.TestManagement.Client.ParameterizedString
A ParameterizedString object.
Return Value
Type: System.Boolean
true if the given parameterized string is equal to this parameterized string; 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.