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