Share via


SnapshotType.Equality(SnapshotType, SnapshotType) Operator

Definition

Determines if two SnapshotType values are the same.

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

Parameters

right
SnapshotType

Returns

Applies to