VmSetupAction.Equality(VmSetupAction, VmSetupAction) 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 VmSetupAction values are the same.
public static bool operator ==(Azure.ResourceManager.ServiceFabricManagedClusters.Models.VmSetupAction left, Azure.ResourceManager.ServiceFabricManagedClusters.Models.VmSetupAction right);
static member ( = ) : Azure.ResourceManager.ServiceFabricManagedClusters.Models.VmSetupAction * Azure.ResourceManager.ServiceFabricManagedClusters.Models.VmSetupAction -> bool
Public Shared Operator == (left As VmSetupAction, right As VmSetupAction) As Boolean
Parameters
- left
- VmSetupAction
The left value to compare.
- right
- VmSetupAction
The right value to compare.