Share via


InfrastructureEncryption.Equality Operator

Definition

Overriding == operator for enum InfrastructureEncryption

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

Parameters

e1
InfrastructureEncryption

the value to compare against e2

e2
InfrastructureEncryption

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to