Share via


SsoSecretType.Equality(SsoSecretType, SsoSecretType) Operator

Definition

Overriding == operator for enum SsoSecretType

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

Parameters

e1
SsoSecretType

the value to compare against e2

e2
SsoSecretType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to