IngestionKind.Equality(IngestionKind, IngestionKind) Operator

Definition

Determines if two IngestionKind values are the same.

public static bool operator ==(Azure.Analytics.PlanetaryComputer.IngestionKind left, Azure.Analytics.PlanetaryComputer.IngestionKind right);
static member ( = ) : 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