Partilhar via


SharingProfileGroupTypes.Equality Operator

Definition

Overriding == operator for enum SharingProfileGroupTypes

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

Parameters

e1
SharingProfileGroupTypes

the value to compare against e2

e2
SharingProfileGroupTypes

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to