IPFamily.Equality(IPFamily, IPFamily) Operator

Definition

Determines if two IPFamily values are the same.

public static bool operator ==(Azure.Compute.Batch.IPFamily left, Azure.Compute.Batch.IPFamily right);
static member ( = ) : 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