MapsSigningKey.Inequality(MapsSigningKey, MapsSigningKey) Operator

Definition

Determines if two MapsSigningKey values are not the same.

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

Parameters

left
MapsSigningKey

The left value to compare.

right
MapsSigningKey

The right value to compare.

Returns

Applies to