DataPlaneProxyAuthenticationMode.Equality Operator

Definition

Determines if two DataPlaneProxyAuthenticationMode values are the same.

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

Parameters

left
DataPlaneProxyAuthenticationMode

The left value to compare.

right
DataPlaneProxyAuthenticationMode

The right value to compare.

Returns

Applies to