IPFamily.Inequality(IPFamily, IPFamily) Operator

Definition

Determines if two IPFamily values are not the same.

public static bool operator !=(Azure.Compute.Batch.IPFamily left, Azure.Compute.Batch.IPFamily right);
static member op_Inequality : Azure.Compute.Batch.IPFamily * Azure.Compute.Batch.IPFamily -> bool
Public Shared Operator != (left As IPFamily, right As IPFamily) As Boolean

Parameters

left
IPFamily

The left value to compare.

right
IPFamily

The right value to compare.

Returns

Applies to