SharingScope.Inequality(SharingScope, SharingScope) Operator

Definition

Determines if two SharingScope values are not the same.

public static bool operator !=(Azure.ResourceManager.Network.Models.SharingScope left, Azure.ResourceManager.Network.Models.SharingScope right);
static member op_Inequality : 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