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