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