SdnIntegrationIntent.Inequality Operator

Definition

Determines if two SdnIntegrationIntent values are not the same.

public static bool operator !=(Azure.ResourceManager.Hci.Models.SdnIntegrationIntent left, Azure.ResourceManager.Hci.Models.SdnIntegrationIntent right);
static member op_Inequality : Azure.ResourceManager.Hci.Models.SdnIntegrationIntent * Azure.ResourceManager.Hci.Models.SdnIntegrationIntent -> bool
Public Shared Operator != (left As SdnIntegrationIntent, right As SdnIntegrationIntent) As Boolean

Parameters

left
SdnIntegrationIntent

The left value to compare.

right
SdnIntegrationIntent

The right value to compare.

Returns

Applies to