DataflowEndpointAuthenticationSaslType.Equality Operator

Definition

Determines if two DataflowEndpointAuthenticationSaslType values are the same.

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

Parameters

left
DataflowEndpointAuthenticationSaslType

The left value to compare.

right
DataflowEndpointAuthenticationSaslType

The right value to compare.

Returns

Applies to