WindowsSetupAdditionalInformationComponentName.Inequality Operator

Definition

Determines if two WindowsSetupAdditionalInformationComponentName values are not the same.

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

Parameters

left
WindowsSetupAdditionalInformationComponentName

The left value to compare.

right
WindowsSetupAdditionalInformationComponentName

The right value to compare.

Returns

Applies to