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