Share via


BatchNodeRebootKind.Equality(BatchNodeRebootKind, BatchNodeRebootKind) Operator

Definition

Determines if two BatchNodeRebootKind values are the same.

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

Parameters

Returns

Applies to