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