WindowsVmGuestPatchAutomaticByPlatformRebootSetting.Equality Operator

Definition

Determines if two WindowsVmGuestPatchAutomaticByPlatformRebootSetting values are the same.

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