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