DataflowEndpointHostType.Equality Operator

Definition

Determines if two DataflowEndpointHostType values are the same.

public static bool operator ==(Azure.ResourceManager.IotOperations.Models.DataflowEndpointHostType left, Azure.ResourceManager.IotOperations.Models.DataflowEndpointHostType right);
static member ( = ) : 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