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