Share via


IntegrationRuntimeReferenceType.Equality Operator

Definition

Determines if two IntegrationRuntimeReferenceType values are the same.

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

Parameters

Returns

Applies to