SphereCapabilityType.Inequality Operator

Definition

Determines if two SphereCapabilityType values are not the same.

public static bool operator !=(Azure.ResourceManager.Sphere.Models.SphereCapabilityType left, Azure.ResourceManager.Sphere.Models.SphereCapabilityType right);
static member op_Inequality : Azure.ResourceManager.Sphere.Models.SphereCapabilityType * Azure.ResourceManager.Sphere.Models.SphereCapabilityType -> bool
Public Shared Operator != (left As SphereCapabilityType, right As SphereCapabilityType) As Boolean

Parameters

left
SphereCapabilityType

The left value to compare.

right
SphereCapabilityType

The right value to compare.

Returns

Applies to