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