Share via


HttpAuthenticationType.Equality Operator

Definition

Determines if two HttpAuthenticationType values are the same.

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

Parameters

Returns

Applies to