ServiceAccountUsageUnitType.Equality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two ServiceAccountUsageUnitType values are the same.
public static bool operator == (Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUsageUnitType left, Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUsageUnitType right);
static member ( = ) : Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUsageUnitType * Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUsageUnitType -> bool
Public Shared Operator == (left As ServiceAccountUsageUnitType, right As ServiceAccountUsageUnitType) As Boolean