WindowsVmGuestPatchMode.Equality Operator

Definition

Determines if two WindowsVmGuestPatchMode values are the same.

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

Parameters

Returns

Applies to