DiskControllerType.Equality(DiskControllerType, DiskControllerType) Operator

Definition

Determines if two DiskControllerType values are the same.

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

Parameters

left
DiskControllerType

The left value to compare.

right
DiskControllerType

The right value to compare.

Returns

Applies to