Method IsInventoryHashUnique
IsInventoryHashUnique(string)
Checks if the given string Hash es to unique value and returns Hash as out variable, if it is.
Declaration
public static bool IsInventoryHashUnique(string inventoryId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inventoryId | The Id to checking for. |
Returns
| Type | Description |
|---|---|
| bool | True/False whether or not the Hash is unique. |