LinuxVmGuestPatchAutomaticByPlatformRebootSetting.Equality Operator

Definition

Determines if two LinuxVmGuestPatchAutomaticByPlatformRebootSetting values are the same.

public static bool operator ==(Azure.ResourceManager.ComputeSchedule.Models.LinuxVmGuestPatchAutomaticByPlatformRebootSetting left, Azure.ResourceManager.ComputeSchedule.Models.LinuxVmGuestPatchAutomaticByPlatformRebootSetting right);
static member ( = ) : 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