DataflowGraphConnectionSchemaSerializationFormat.Equality Operator

Definition

Determines if two DataflowGraphConnectionSchemaSerializationFormat values are the same.

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

Parameters

left
DataflowGraphConnectionSchemaSerializationFormat

The left value to compare.

right
DataflowGraphConnectionSchemaSerializationFormat

The right value to compare.

Returns

Applies to