WindowsSetupAdditionalInformationPassName.Inequality Operator

Definition

Determines if two WindowsSetupAdditionalInformationPassName values are not the same.

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

Parameters

left
WindowsSetupAdditionalInformationPassName

The left value to compare.

right
WindowsSetupAdditionalInformationPassName

The right value to compare.

Returns

Applies to