DataflowEndpointFabricPathType.Inequality Operator

Definition

Determines if two DataflowEndpointFabricPathType values are not the same.

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

Parameters

left
DataflowEndpointFabricPathType

The left value to compare.

right
DataflowEndpointFabricPathType

The right value to compare.

Returns

Applies to