Share via


SftpAuthenticationType.Inequality Operator

Definition

Determines if two SftpAuthenticationType values are not the same.

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

Parameters

Returns

Applies to