VirtualMachineScaleSetGetExpand.Equality Operator

Definition

Determines if two VirtualMachineScaleSetGetExpand values are the same.

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

Parameters

left
VirtualMachineScaleSetGetExpand

The left value to compare.

right
VirtualMachineScaleSetGetExpand

The right value to compare.

Returns

Applies to