AzureLocation.Equality(AzureLocation, AzureLocation) 演算子

定義

この AzureLocation インスタンスを別のオブジェクトと比較し、それらが等しいかどうかを判断します。

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

パラメーター

left
AzureLocation

演算子の左側にある オブジェクト。

right
AzureLocation

演算子の右側にある オブジェクト。

戻り値

等しい場合は True、それ以外の場合は false。

適用対象