ServerVersion.Equality(ServerVersion, ServerVersion) Operator

Definition

Overriding == operator for enum ServerVersion

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

Parameters

e1
ServerVersion

the value to compare against e2

e2
ServerVersion

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to