ApiCenterApiSourceLinkState.Inequality Operator

Definition

Determines if two ApiCenterApiSourceLinkState values are not the same.

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

Parameters

left
ApiCenterApiSourceLinkState

The left value to compare.

right
ApiCenterApiSourceLinkState

The right value to compare.

Returns

Applies to