AttributesQueryContext.Equals Method (AttributesQueryContext)

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As AttributesQueryContext _
) As Boolean
public bool Equals(
    AttributesQueryContext other
)
public:
bool Equals(
    AttributesQueryContext^ other
)
member Equals : 
        other:AttributesQueryContext -> bool
public function Equals(
    other : AttributesQueryContext
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

AttributesQueryContext Class

Equals Overload

Microsoft.VisualStudio.Services.Profile Namespace