ResourceType.Inequality(ResourceType, ResourceType) 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.
Compares two ResourceType objects.
public static bool operator != (Azure.Core.ResourceType left, Azure.Core.ResourceType right);
static member op_Inequality : Azure.Core.ResourceType * Azure.Core.ResourceType -> bool
Public Shared Operator != (left As ResourceType, right As ResourceType) As Boolean
Parameters
- left
- ResourceType
First ResourceType object.
- right
- ResourceType
Second ResourceType object.
Returns
False if they are equal, otherwise True.
Applies to
Feedback
Submit and view feedback for