License.Equals Method (License)
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Function Equals ( _
obj As License _
) As Boolean
public bool Equals(
License obj
)
public:
virtual bool Equals(
License^ obj
) sealed
abstract Equals :
obj:License -> bool
override Equals :
obj:License -> bool
public final function Equals(
obj : License
) : boolean
Parameters
Return Value
Type: System.Boolean
Implements
.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.