Share via


SecureScoreLevel.Equality(SecureScoreLevel, SecureScoreLevel) Operator

Definition

Overriding == operator for enum SecureScoreLevel

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

Parameters

e1
SecureScoreLevel

the value to compare against e2

e2
SecureScoreLevel

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to