BrokerMemoryProfile.Inequality Operator

Definition

Determines if two BrokerMemoryProfile values are not the same.

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

Parameters

left
BrokerMemoryProfile

The left value to compare.

right
BrokerMemoryProfile

The right value to compare.

Returns

Applies to