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