DataflowSourceSerializationFormat.Equality Operator

Definition

Determines if two DataflowSourceSerializationFormat values are the same.

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

Parameters

left
DataflowSourceSerializationFormat

The left value to compare.

right
DataflowSourceSerializationFormat

The right value to compare.

Returns

Applies to