Share via


PlatformVersion.Inequality(PlatformVersion, PlatformVersion) Operator

Definition

Determines if two PlatformVersion values are not the same.

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

Parameters

Returns

Applies to