StacLinkMethod.Inequality(StacLinkMethod, StacLinkMethod) Operator

Definition

Determines if two StacLinkMethod values are not the same.

public static bool operator !=(Azure.Analytics.PlanetaryComputer.StacLinkMethod left, Azure.Analytics.PlanetaryComputer.StacLinkMethod right);
static member op_Inequality : Azure.Analytics.PlanetaryComputer.StacLinkMethod * Azure.Analytics.PlanetaryComputer.StacLinkMethod -> bool
Public Shared Operator != (left As StacLinkMethod, right As StacLinkMethod) As Boolean

Parameters

left
StacLinkMethod

The left value to compare.

right
StacLinkMethod

The right value to compare.

Returns

Applies to