CultureCode.Equality(CultureCode, CultureCode) 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 CultureCode values are the same.
public static bool operator ==(Azure.ResourceManager.CostManagement.Models.CultureCode left, Azure.ResourceManager.CostManagement.Models.CultureCode right);
static member ( = ) : Azure.ResourceManager.CostManagement.Models.CultureCode * Azure.ResourceManager.CostManagement.Models.CultureCode -> bool
Public Shared Operator == (left As CultureCode, right As CultureCode) As Boolean
Parameters
- left
- CultureCode
The left value to compare.
- right
- CultureCode
The right value to compare.