HDInsightPrivateIPAllocationMethod.Equality Operator

Definition

Determines if two HDInsightPrivateIPAllocationMethod values are the same.

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

Parameters

left
HDInsightPrivateIPAllocationMethod

The left value to compare.

right
HDInsightPrivateIPAllocationMethod

The right value to compare.

Returns

Applies to