SnapshotCompositionType.Inequality Operator

Definition

Determines if two SnapshotCompositionType values are not the same.

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

Parameters

Returns

Applies to