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
'Declaration
Public Function Equals ( _
other As TestMessageLogEntryIdentity _
) As Boolean
public bool Equals(
TestMessageLogEntryIdentity other
)
public:
virtual bool Equals(
TestMessageLogEntryIdentity other
) sealed
abstract Equals :
other:TestMessageLogEntryIdentity -> bool
override Equals :
other:TestMessageLogEntryIdentity -> bool
public final function Equals(
other : TestMessageLogEntryIdentity
) : boolean
Parameters
other
Type: Microsoft.TeamFoundation.TestManagement.Client.TestMessageLogEntryIdentityA TestMessageLogEntryIdentity object.
Return Value
Type: Boolean
true if the provided TestMessageLogEntryIdentity object is equal to the current object; otherwise, false.
Implements
IEquatable.Equals(UTP)
.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.