VmGuestPatchRebootBehavior.Equality Operator

Definition

Determines if two VmGuestPatchRebootBehavior values are the same.

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

Parameters

left
VmGuestPatchRebootBehavior

The left value to compare.

right
VmGuestPatchRebootBehavior

The right value to compare.

Returns

Applies to