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