Share via


IntegrationRuntimeReferenceType.Inequality Operator

Definition

Determines if two IntegrationRuntimeReferenceType values are not the same.

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