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