Share via


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

See Also

Reference

License Class

Equals Overload

Microsoft.VisualStudio.Services.Licensing Namespace