NetAppLdapState.Inequality(NetAppLdapState, NetAppLdapState) Operator

Definition

Determines if two NetAppLdapState values are not the same.

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

Parameters

left
NetAppLdapState

The left value to compare.

right
NetAppLdapState

The right value to compare.

Returns

Applies to