HciVmPowerState.Equality(HciVmPowerState, HciVmPowerState) Operator

Definition

Determines if two HciVmPowerState values are the same.

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

Parameters

left
HciVmPowerState

The left value to compare.

right
HciVmPowerState

The right value to compare.

Returns

Applies to