Share via


AzureLocation.Equality(AzureLocation, AzureLocation) Operator

Definition

Compares this AzureLocation instance with another object and determines if they are equals.

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

Parameters

left
AzureLocation

The object on the left side of the operator.

right
AzureLocation

The object on the right side of the operator.

Returns

True if they are equal, otherwise false.

Applies to