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