Share via


RestServiceAuthenticationType.Equality Operator

Definition

Determines if two RestServiceAuthenticationType values are the same.

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

Parameters

Returns

Applies to