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