Share via


CloudServiceSlotType.Inequality Operator

Definition

Determines if two CloudServiceSlotType values are not the same.

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

Parameters

Returns

Applies to