LinuxVmGuestPatchAutomaticByPlatformRebootSetting.Inequality Operator

Definition

Determines if two LinuxVmGuestPatchAutomaticByPlatformRebootSetting values are not the same.

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

Parameters

left
LinuxVmGuestPatchAutomaticByPlatformRebootSetting

The left value to compare.

right
LinuxVmGuestPatchAutomaticByPlatformRebootSetting

The right value to compare.

Returns

Applies to