Freigeben über


PodIPAllocationMode.Equality(PodIPAllocationMode, PodIPAllocationMode) Operator

Definition

Determines if two PodIPAllocationMode values are the same.

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

Parameters

Returns

Applies to