Freigeben über


DevTestLabFileUploadOption.Inequality Operator

Definition

Determines if two DevTestLabFileUploadOption values are not the same.

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

Parameters

left
DevTestLabFileUploadOption

The left value to compare.

right
DevTestLabFileUploadOption

The right value to compare.

Returns

Applies to