Share via


GetVirtualMachineExpandType.Inequality Operator

Definition

Determines if two GetVirtualMachineExpandType values are not the same.

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

Parameters

Returns

Applies to