SoftwareAssuranceIntent.Inequality Operator

Definition

Determines if two SoftwareAssuranceIntent values are not the same.

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

Parameters

left
SoftwareAssuranceIntent

The left value to compare.

right
SoftwareAssuranceIntent

The right value to compare.

Returns

Applies to