ContainerHttpGetScheme.Inequality Operator

Definition

Determines if two ContainerHttpGetScheme values are not the same.

public static bool operator !=(Azure.ResourceManager.ContainerInstance.Models.ContainerHttpGetScheme left, Azure.ResourceManager.ContainerInstance.Models.ContainerHttpGetScheme right);
static member op_Inequality : Azure.ResourceManager.ContainerInstance.Models.ContainerHttpGetScheme * Azure.ResourceManager.ContainerInstance.Models.ContainerHttpGetScheme -> bool
Public Shared Operator != (left As ContainerHttpGetScheme, right As ContainerHttpGetScheme) As Boolean

Parameters

left
ContainerHttpGetScheme

The left value to compare.

right
ContainerHttpGetScheme

The right value to compare.

Returns

Applies to