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