DataflowEndpointHostType.Inequality Operator

Definition

Determines if two DataflowEndpointHostType values are not the same.

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

Parameters

left
DataflowEndpointHostType

The left value to compare.

right
DataflowEndpointHostType

The right value to compare.

Returns

Applies to