License.Equals Method (License, License)
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Shared Function Equals ( _
left As License, _
right As License _
) As Boolean
public static bool Equals(
License left,
License right
)
public:
static bool Equals(
License^ left,
License^ right
)
static member Equals :
left:License *
right:License -> bool
public static function Equals(
left : License,
right : License
) : 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.