IngestionKind.Inequality(IngestionKind, IngestionKind) Operator

Definition

Determines if two IngestionKind values are not the same.

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

Parameters

left
IngestionKind

The left value to compare.

right
IngestionKind

The right value to compare.

Returns

Applies to