WindowsVmGuestPatchAutomaticByPlatformRebootSetting.Inequality Operator

Definition

Determines if two WindowsVmGuestPatchAutomaticByPlatformRebootSetting values are not the same.

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

Parameters

left
WindowsVmGuestPatchAutomaticByPlatformRebootSetting

The left value to compare.

right
WindowsVmGuestPatchAutomaticByPlatformRebootSetting

The right value to compare.

Returns

Applies to