Share via


RequestId.Equals Method (RequestId)

Compares this instance with the provided RequestId for value equality.

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

Parameters

Return Value

Type: Boolean
true if equal; otherwise, false.

Implements

IEquatable.Equals(UTP)

.NET Framework Security

See Also

Reference

RequestId Class

Equals Overload

Microsoft.VisualStudio.TestTools.Execution Namespace

Equals