Share via


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

Returns

Applies to