Share via


SamplingType.Equality(SamplingType, SamplingType) Operator

Definition

Determines if two SamplingType values are the same.

public static bool operator == (Azure.ResourceManager.ApiManagement.Models.SamplingType left, Azure.ResourceManager.ApiManagement.Models.SamplingType right);
static member ( = ) : 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