WindowsVmGuestPatchMode.Equality Operator

Definition

Determines if two WindowsVmGuestPatchMode values are the same.

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

Parameters

left
WindowsVmGuestPatchMode

The left value to compare.

right
WindowsVmGuestPatchMode

The right value to compare.

Returns

Applies to