WarpKernelResampling.Inequality Operator

Definition

Determines if two WarpKernelResampling values are not the same.

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

Parameters

left
WarpKernelResampling

The left value to compare.

right
WarpKernelResampling

The right value to compare.

Returns

Applies to