IngestionKind.Equality(IngestionKind, IngestionKind) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.