SoapApiType.Inequality(SoapApiType, SoapApiType) Operator

Definition

Determines if two SoapApiType values are not the same.

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

Parameters

right
SoapApiType

Returns

Applies to