FabricOneLakeAuthMethod.Inequality Operator

Definition

Determines if two FabricOneLakeAuthMethod values are not the same.

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

Parameters

left
FabricOneLakeAuthMethod

The left value to compare.

right
FabricOneLakeAuthMethod

The right value to compare.

Returns

Applies to