Condividi tramite


DevTestLabSourceControlType.Equality Operator

Definition

Determines if two DevTestLabSourceControlType values are the same.

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

Parameters

left
DevTestLabSourceControlType

The left value to compare.

right
DevTestLabSourceControlType

The right value to compare.

Returns

Applies to