HyperVGeneration.Inequality(HyperVGeneration, HyperVGeneration) Operator

Definition

Determines if two HyperVGeneration values are not the same.

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

Parameters

left
HyperVGeneration

The left value to compare.

right
HyperVGeneration

The right value to compare.

Returns

Applies to