ApiCenterEnvironmentKind.Equality Operator

Definition

Determines if two ApiCenterEnvironmentKind values are the same.

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

Parameters

left
ApiCenterEnvironmentKind

The left value to compare.

right
ApiCenterEnvironmentKind

The right value to compare.

Returns

Applies to