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