Freigeben über


RequestId.Equals-Methode (RequestId)

Vergleicht diese Instanz mit dem angegebenen RequestId-Element in Bezug auf die Gleichheit.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As RequestId _
) As Boolean
public bool Equals(
    RequestId other
)
public:
virtual bool Equals(
    RequestId^ other
) sealed
abstract Equals : 
        other:RequestId -> bool  
override Equals : 
        other:RequestId -> bool
public final function Equals(
    other : RequestId
) : boolean

Parameter

Rückgabewert

Typ: Boolean
true, wenn Gleichheit vorliegt, andernfalls false.

Implementiert

IEquatable.Equals(UTP)

.NET Framework-Sicherheit

Siehe auch

Referenz

RequestId Klasse

Equals-Überladung

Microsoft.VisualStudio.TestTools.Execution-Namespace

Equals