HciVmHyperVGeneration.Inequality Operator

Definition

Determines if two HciVmHyperVGeneration values are not the same.

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

Parameters

left
HciVmHyperVGeneration

The left value to compare.

right
HciVmHyperVGeneration

The right value to compare.

Returns

Applies to