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