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