Share via


LicenseType.Equality(LicenseType, LicenseType) Operator

Definition

Overriding == operator for enum LicenseType

public static bool operator == (Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.LicenseType e1, Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.LicenseType e2);
static member ( = ) : Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.LicenseType * Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.LicenseType -> bool
Public Shared Operator == (e1 As LicenseType, e2 As LicenseType) As Boolean

Parameters

e1
LicenseType

the value to compare against e2

e2
LicenseType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to