Share via


SamplingType.Inequality(SamplingType, SamplingType) Operator

Definition

Determines if two SamplingType values are not the same.

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

Parameters

right
SamplingType

Returns

Applies to