IngressTransportMethod.Inequality Operator

Definition

Determines if two IngressTransportMethod values are not the same.

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

Parameters

Returns

Applies to