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