Share via


DatabaseType.Equality(DatabaseType, DatabaseType) Operator

Definition

Overriding == operator for enum DatabaseType

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

Parameters

e1
DatabaseType

the value to compare against e2

e2
DatabaseType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to