VmGuestPatchClassificationForLinux.Equality Operator

Definition

Determines if two VmGuestPatchClassificationForLinux values are the same.

public static bool operator ==(Azure.ResourceManager.Compute.Models.VmGuestPatchClassificationForLinux left, Azure.ResourceManager.Compute.Models.VmGuestPatchClassificationForLinux right);
static member ( = ) : Azure.ResourceManager.Compute.Models.VmGuestPatchClassificationForLinux * Azure.ResourceManager.Compute.Models.VmGuestPatchClassificationForLinux -> bool
Public Shared Operator == (left As VmGuestPatchClassificationForLinux, right As VmGuestPatchClassificationForLinux) As Boolean

Parameters

left
VmGuestPatchClassificationForLinux

The left value to compare.

right
VmGuestPatchClassificationForLinux

The right value to compare.

Returns

Applies to