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
- 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.