ResamplingMethod.Inequality(ResamplingMethod, ResamplingMethod) Operator

Definition

Determines if two ResamplingMethod values are not the same.

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

Parameters

left
ResamplingMethod

The left value to compare.

right
ResamplingMethod

The right value to compare.

Returns

Applies to