IntegrationRuntimeAutoUpdateState.Equality Operator

Definition

Determines if two IntegrationRuntimeAutoUpdateState values are the same.

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

Parameters

Returns

Applies to