Share via


TagPatchMode.Inequality(TagPatchMode, TagPatchMode) Operator

Definition

Determines if two TagPatchMode values are not the same.

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

Parameters

right
TagPatchMode

Returns

Applies to