Freigeben über


DevTestLabFileUploadOption.Equality Operator

Definition

Determines if two DevTestLabFileUploadOption values are the same.

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