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