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