StacLinkMethod.Equality(StacLinkMethod, StacLinkMethod) Operator

Definition

Determines if two StacLinkMethod values are the same.

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

Parameters

left
StacLinkMethod

The left value to compare.

right
StacLinkMethod

The right value to compare.

Returns

Applies to