SharingProfileGroupType.Equality Operator

Definition

Determines if two SharingProfileGroupType values are the same.

public static bool operator ==(Azure.ResourceManager.Compute.Models.SharingProfileGroupType left, Azure.ResourceManager.Compute.Models.SharingProfileGroupType right);
static member ( = ) : Azure.ResourceManager.Compute.Models.SharingProfileGroupType * Azure.ResourceManager.Compute.Models.SharingProfileGroupType -> bool
Public Shared Operator == (left As SharingProfileGroupType, right As SharingProfileGroupType) As Boolean

Parameters

left
SharingProfileGroupType

The left value to compare.

right
SharingProfileGroupType

The right value to compare.

Returns

Applies to