HciVmPowerState.Equality(HciVmPowerState, HciVmPowerState) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.