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