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