Share via


ClusterSubnetType.Equality(ClusterSubnetType, ClusterSubnetType) Operator

Definition

Overriding == operator for enum ClusterSubnetType

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

Parameters

e1
ClusterSubnetType

the value to compare against e2

e2
ClusterSubnetType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to