PartitionKindScheme.Equality(PartitionKindScheme, PartitionKindScheme) Operator

Definition

Determines if two PartitionKindScheme values are the same.

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

Parameters

left
PartitionKindScheme

The left value to compare.

right
PartitionKindScheme

The right value to compare.

Returns

Applies to