Share via


LinkedOperation.Inequality(LinkedOperation, LinkedOperation) Operator

Definition

Determines if two LinkedOperation values are not the same.

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

Parameters

Returns

Applies to