FeatureKind.Equality(FeatureKind, FeatureKind) 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 FeatureKind values are the same.
public static bool operator ==(Azure.Analytics.PlanetaryComputer.FeatureKind left, Azure.Analytics.PlanetaryComputer.FeatureKind right);
static member ( = ) : Azure.Analytics.PlanetaryComputer.FeatureKind * Azure.Analytics.PlanetaryComputer.FeatureKind -> bool
Public Shared Operator == (left As FeatureKind, right As FeatureKind) As Boolean
Parameters
- left
- FeatureKind
The left value to compare.
- right
- FeatureKind
The right value to compare.