DataflowEndpointFabricPathType.Equality Operator

Definition

Determines if two DataflowEndpointFabricPathType values are the same.

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