SharingScope.Equality(SharingScope, SharingScope) Operator

Definition

Determines if two SharingScope values are the same.

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

Parameters

left
SharingScope

The left value to compare.

right
SharingScope

The right value to compare.

Returns

Applies to