TestMessageLogEntryIdentity.Equals Method (TestMessageLogEntryIdentity)
Returns a value that indicates whether the provided TestMessageLogEntryIdentity object is equal to the current object.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public bool Equals(
TestMessageLogEntryIdentity other
)
public:
virtual bool Equals(
TestMessageLogEntryIdentity other
) sealed
abstract Equals :
other:TestMessageLogEntryIdentity -> bool
override Equals :
other:TestMessageLogEntryIdentity -> bool
Public Function Equals (
other As TestMessageLogEntryIdentity
) As Boolean
Parameters
other
Type: Microsoft.TeamFoundation.TestManagement.Client.TestMessageLogEntryIdentityA TestMessageLogEntryIdentity object.
Return Value
Type: System.Boolean
true if the provided TestMessageLogEntryIdentity object is equal to the current object; otherwise, false.
Implements
See Also
Equals Overload
TestMessageLogEntryIdentity Structure
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top