Megosztás a következőn keresztül:


SharingState.Inequality(SharingState, SharingState) Operator

Definition

Determines if two SharingState values are not the same.

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

Parameters

right
SharingState

Returns

Applies to